summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-10-02 13:26:38 -0400
committerJesse Luehrs <doy@tozt.net>2014-10-02 13:26:38 -0400
commit27cb694c0d787413738874f0d18814f7cae715c0 (patch)
tree700cc8de77240a1940115822c143f9febecced83
parent0ce036d94b93eb8b90ebb8cecd57e2e2c9fb85a9 (diff)
downloadnes-input-test-27cb694c0d787413738874f0d18814f7cae715c0.tar.gz
nes-input-test-27cb694c0d787413738874f0d18814f7cae715c0.zip
$0000 is PPU ram, $6000 is cartridge ram
-rw-r--r--test.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.s b/test.s
index 4a7ec34..d030650 100644
--- a/test.s
+++ b/test.s
@@ -3,7 +3,7 @@ SLOTSIZE $2000
DEFAULTSLOT 0
SLOT 0 $8000
SLOT 1 $E000
-SLOT 2 $0000
+SLOT 2 $6000
.ENDME
.ROMBANKMAP