From 8c0486910f052d0392c22a7e4d89ef62bd9c8054 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 14 Apr 2026 11:22:34 +0200 Subject: Fix bad upper case MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index b9a3e0b..1ff2a5d 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3