]> git.sur5r.net Git - cc65/blobdiff - testcode/lib/gamate/lcdtest.s
remove TABs
[cc65] / testcode / lib / gamate / lcdtest.s
index 3a8d72226eddaa0b530c1c32f3a68ace17e0dd83..56ed82a794be4ea372be5a9f535e6f285b355980 100644 (file)
@@ -13,7 +13,7 @@ psa:            .word 0
         .bss
 temp_x:         .byte 0
 temp_y:         .byte 0
-temp_a:                .byte 0
+temp_a:         .byte 0
 irq_count:      .byte 0
 nmi_count:      .byte 0
 psx:            .byte 0
@@ -419,4 +419,3 @@ printsign1:
         ldy     temp_y
         rts
 .endproc
-