fixed off-by one on palette setup
authorJohn Tsiombikas <nuclear@member.fsf.org>
Thu, 15 Sep 2022 10:48:47 +0000 (13:48 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Thu, 15 Sep 2022 10:48:47 +0000 (13:48 +0300)
Makefile
xortest.s

index 141e773..ce99f99 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,5 +7,5 @@ xortest: xortest.s
 clean:
        rm -f xortest.dsk xortest
 
-run:
+run: xortest.dsk
        gsplus -config emu.cfg
index 9a32dc2..9995ff1 100644 (file)
--- a/xortest.s
+++ b/xortest.s
@@ -36,7 +36,7 @@ cmap  pha             ; @31d
        stal $e19e00,x
        pla
        inc
-       cmp #$000f
+       cmp #$0010
        bne cmap
 
 YVAL   = 0