From f1d1d0efee9faa3067f7b0fc8b9a2aebb17f1ccd Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 8 Mar 2026 22:09:31 +0100 Subject: Support reading from the second controller MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .nasm/memory.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.nasm/memory.txt') diff --git a/.nasm/memory.txt b/.nasm/memory.txt index dcdef5e..129737f 100644 --- a/.nasm/memory.txt +++ b/.nasm/memory.txt @@ -17,8 +17,7 @@ $10: zp_displayed $11: zp_timer $20: zp_flags $21: zp_prev -$22: zp_buttons1 -$23: zp_buttons2 +$22: zp_buttons $24: zp_level $25: zp_level_kind $26: zp_multiplayer @@ -66,8 +65,8 @@ $2006: m_address $2007: m_data $4010: m_dmc $4014: m_dma -$4016: m_joypad1 +$4016: m_joypad $4017: m_frame_counter --- Summary (in bytes) --- -- Internal RAM: 391/2048 (19.09%) +- Internal RAM: 390/2048 (19.04%) -- cgit v1.2.3