diff options
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -547,7 +547,7 @@ self will appreciate it. This is something quite hard to achieve, but try to weed out code that is not strictly from your game in an `include` or `lib` directory. This way you can reuse this code for other games. For example, aliases for PPU addresses are good -candidates: having a `PPU::ADDRESS` with the value `$2006` is helpful in any +candidates: having a `PPU::m_address` with the value `$2006` is helpful in any given game, for example. That being said, don't go over the top. Certainly a function like `reset` can be |
