aboutsummaryrefslogtreecommitdiff
path: root/src/example/nes.asm
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2016-06-06 20:57:40 +0100
committerIan C <ianc@noddybox.co.uk>2016-06-06 20:57:40 +0100
commit64286bce86befc5b48a65c60d871dca8ef269257 (patch)
tree59cdc55353b9abe5648037fb7986021fbf43697b /src/example/nes.asm
parent663c4fc9de4d8167cb02e9fdd5e87547437399f6 (diff)
Tweaks to NES example to trial NES CHR editor.
Diffstat (limited to 'src/example/nes.asm')
-rw-r--r--src/example/nes.asm3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/example/nes.asm b/src/example/nes.asm
index 8228914..95f3a64 100644
--- a/src/example/nes.asm
+++ b/src/example/nes.asm
@@ -72,8 +72,7 @@ nmi:
rti
palette:
- db 15, 0, 16, 48, 15, 1, 33, 49, 15, 6, 22, 38, 15, 9, 25, 41
- db 15, 0, 16, 48, 15, 1, 33, 49, 15, 6, 22, 38, 15, 9, 25, 41
+ incbin "nes.pal"
map:
db 'H'-'@'