aboutsummaryrefslogtreecommitdiff
path: root/.nasm/memory.txt
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-03-07 23:27:28 +0100
committerMiquel Sabaté Solà <mssola@mssola.com>2026-03-08 16:50:06 +0100
commit220c80b987ba54d709180e3d95e9e0d82af4249c (patch)
tree2b84b016d70650ad57a2acb8ad6ca7c28ff8629d /.nasm/memory.txt
parente8f39dc4a7cc19fb97e24ec0819ccd964cbd325f (diff)
downloadjetpac.nes-220c80b987ba54d709180e3d95e9e0d82af4249c.tar.gz
jetpac.nes-220c80b987ba54d709180e3d95e9e0d82af4249c.zip
Define the bitmap for multiplayer support
Also give it a dummy value on start and initialize it properly after the player's selection on the title screen. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.nasm/memory.txt')
-rw-r--r--.nasm/memory.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/.nasm/memory.txt b/.nasm/memory.txt
index 66efcb4..dcdef5e 100644
--- a/.nasm/memory.txt
+++ b/.nasm/memory.txt
@@ -21,6 +21,7 @@ $22: zp_buttons1
$23: zp_buttons2
$24: zp_level
$25: zp_level_kind
+$26: zp_multiplayer
$30: zp_title_timer
$32: zp_pause_timer
$33: zp_next_bullet_cycle
@@ -69,4 +70,4 @@ $4016: m_joypad1
$4017: m_frame_counter
--- Summary (in bytes) ---
-- Internal RAM: 390/2048 (19.04%)
+- Internal RAM: 391/2048 (19.09%)