diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-05 18:47:08 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-05 18:47:08 +0100 |
| commit | 11847f52aed5bda1966b7d28e009430dc58d2561 (patch) | |
| tree | 49012edd92bcf40add6b784c3aa66ac1ae1a9bf3 /.nasm/segments.txt | |
| parent | dbcbd43287a28bf087e20e660edd5ba40b5c27ec (diff) | |
| download | jetpac.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/segments.txt')
| -rw-r--r-- | .nasm/segments.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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%) |
