aboutsummaryrefslogtreecommitdiff
path: root/.nasm/segments.txt
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-03-07 23:11:09 +0100
committerMiquel Sabaté Solà <mssola@mssola.com>2026-03-07 23:11:09 +0100
commite8f39dc4a7cc19fb97e24ec0819ccd964cbd325f (patch)
tree2392d04e46abe4c1e112a027b81f63b6b3c05ffd /.nasm/segments.txt
parent60f21153e18ccf45cb120d50f6d5f5c860de78f2 (diff)
downloadjetpac.nes-e8f39dc4a7cc19fb97e24ec0819ccd964cbd325f.tar.gz
jetpac.nes-e8f39dc4a7cc19fb97e24ec0819ccd964cbd325f.zip
Initialize 'zp_pause_toggle' before NMI enablement
Otherwise we might randomly get weird scenarios like the title screen not showing up properly. Fixes: bc99212539f6 ("Toggle a "Paused" message on top of the screen") Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.nasm/segments.txt')
-rw-r--r--.nasm/segments.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/.nasm/segments.txt b/.nasm/segments.txt
index f09170c..191f81e 100644
--- a/.nasm/segments.txt
+++ b/.nasm/segments.txt
@@ -1,4 +1,4 @@
- HEADER: 16/16 (100%)
-- ROM0: 6538/32762 (19.96%)
+- ROM0: 6544/32762 (19.97%)
- ROMV: 6/6 (100%)
- ROM2: 8192/8192 (100%)