aboutsummaryrefslogtreecommitdiff
path: root/basics/input.s
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2025-01-23 13:57:45 +0100
committerMiquel Sabaté Solà <mikisabate@gmail.com>2025-02-04 22:00:02 +0100
commit0aefffacb5cb08202f7ba53b6e3b9a7303b1d66e (patch)
tree5eecba9e8b955ee31827208eeb9e8541700b241d /basics/input.s
parent7d8da8b4fb9826ce21dbe821596509823f7ec16f (diff)
downloadcode.nes-0aefffacb5cb08202f7ba53b6e3b9a7303b1d66e.tar.gz
code.nes-0aefffacb5cb08202f7ba53b6e3b9a7303b1d66e.zip
Use custom configurations everywhere
Moreover, I have introduced a linker configuration for MMC1 as well, so to properly implement the `basics/persist.s` example. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'basics/input.s')
-rw-r--r--basics/input.s3
1 files changed, 1 insertions, 2 deletions
diff --git a/basics/input.s b/basics/input.s
index 6918487..b773fd7 100644
--- a/basics/input.s
+++ b/basics/input.s
@@ -32,8 +32,6 @@
.addr reset
.addr irq
-.segment "STARTUP"
-
.segment "CODE"
nmi:
@@ -173,3 +171,4 @@ pressed:
.endproc
.segment "CHARS"
+.byte $00