From fa434fb867e6581e2fe024322c51b614d6351a48 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 2 Oct 2014 13:53:37 -0400 Subject: don't need a separate bank for this --- test.s | 6 +++--- 1 file 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 -- cgit v1.2.3