aboutsummaryrefslogtreecommitdiff
path: root/.nasm
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-03-05 18:47:08 +0100
committerMiquel Sabaté Solà <mssola@mssola.com>2026-03-05 18:47:08 +0100
commit11847f52aed5bda1966b7d28e009430dc58d2561 (patch)
tree49012edd92bcf40add6b784c3aa66ac1ae1a9bf3 /.nasm
parentdbcbd43287a28bf087e20e660edd5ba40b5c27ec (diff)
downloadjetpac.nes-11847f52aed5bda1966b7d28e009430dc58d2561.tar.gz
jetpac.nes-11847f52aed5bda1966b7d28e009430dc58d2561.zip
Add the Game Over screen
This is still missing the support for player 2, but I've left traces about it. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.nasm')
-rw-r--r--.nasm/memory.txt4
-rw-r--r--.nasm/segments.txt2
2 files changed, 4 insertions, 2 deletions
diff --git a/.nasm/memory.txt b/.nasm/memory.txt
index 9461474..cf53014 100644
--- a/.nasm/memory.txt
+++ b/.nasm/memory.txt
@@ -8,6 +8,8 @@ $07: zp_tmp2
$08: zp_tmp3
$09: zp_idx
$0A: zp_rand
+$10: zp_displayed
+$11: zp_timer
$20: zp_flags
$22: zp_buttons1
$23: zp_buttons2
@@ -65,4 +67,4 @@ $4016: m_joypad1
$4017: m_frame_counter
--- Summary (in bytes) ---
-- Internal RAM: 375/2048 (18.31%)
+- Internal RAM: 377/2048 (18.41%)
diff --git a/.nasm/segments.txt b/.nasm/segments.txt
index b4e56dc..ebeca74 100644
--- a/.nasm/segments.txt
+++ b/.nasm/segments.txt
@@ -1,4 +1,4 @@
- HEADER: 16/16 (100%)
-- ROM0: 6149/32762 (18.77%)
+- ROM0: 6436/32762 (19.64%)
- ROMV: 6/6 (100%)
- ROM2: 8192/8192 (100%)