OSDN Git Service

test program bug fixed.
authorastoria-d <astoria-d@mail.goo.ne.jp>
Thu, 5 Sep 2013 08:33:13 +0000 (17:33 +0900)
committerastoria-d <astoria-d@mail.goo.ne.jp>
Thu, 5 Sep 2013 08:33:13 +0000 (17:33 +0900)
tools/test-image/sample1.asm

index e3b8780..d625113 100644 (file)
@@ -95,7 +95,7 @@ copymap:
        sta     $2005\r
 \r
     ;;show test msg.\r
-       lda     #$08\r
+       lda     #$00\r
        sta     $2000\r
        lda     #$1e\r
        sta     $2001\r
@@ -801,7 +801,7 @@ copymap:
        sta     $2001\r
 \r
     ;;;enable nmi\r
-       lda     #$88\r
+       lda     #$80\r
        sta     $2000\r
 \r
     ;;done...\r