diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-08 22:09:31 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-08 22:14:15 +0100 |
| commit | f1d1d0efee9faa3067f7b0fc8b9a2aebb17f1ccd (patch) | |
| tree | eb6c2008a025f6ae88f7dc1e3f61360599189e0e /.nasm/memory.txt | |
| parent | feed0b705daff0001253b6ec89b61c9821d2fe21 (diff) | |
| download | jetpac.nes-f1d1d0efee9faa3067f7b0fc8b9a2aebb17f1ccd.tar.gz jetpac.nes-f1d1d0efee9faa3067f7b0fc8b9a2aebb17f1ccd.zip | |
Support reading from the second controller
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.nasm/memory.txt')
| -rw-r--r-- | .nasm/memory.txt | 7 |
1 files changed, 3 insertions, 4 deletions
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%) |
