summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-10-02 13:53:37 -0400
committerJesse Luehrs <doy@tozt.net>2014-10-02 13:53:37 -0400
commitfa434fb867e6581e2fe024322c51b614d6351a48 (patch)
treed77e94212727614d146faa4a36d317216e4f4327
parent5735ce777cb95a43c6855fa1c18090c80f022138 (diff)
downloadnes-input-test-fa434fb867e6581e2fe024322c51b614d6351a48.tar.gz
nes-input-test-fa434fb867e6581e2fe024322c51b614d6351a48.zip
don't need a separate bank for this
-rw-r--r--test.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/test.s b/test.s
index 79be692..aaefd0a 100644
--- a/test.s
+++ b/test.s
@@ -7,9 +7,9 @@ SLOT 2 $6000
.ENDME
.ROMBANKMAP
-BANKSTOTAL 3
+BANKSTOTAL 2
BANKSIZE $2000
-BANKS 3
+BANKS 2
.ENDRO
@@ -141,7 +141,7 @@ color_set:
.dw 0 ;external interrupt IRQ is not used in this tutorial
- .bank 2 slot 2
+ .bank 1 slot 2
.org $0000
buttons_pressed: .ds 1, $00
current_state: .ds 1, $00