]> git.sur5r.net Git - cc65/commitdiff
fix indentation
authorChristian Groessler <chris@groessler.org>
Tue, 14 Feb 2017 22:52:44 +0000 (23:52 +0100)
committerChristian Groessler <chris@groessler.org>
Tue, 14 Feb 2017 22:52:44 +0000 (23:52 +0100)
libsrc/creativision/cputc.s

index 208009ebd18f30e1e2bbe51cc305454e5c75dab5..ff60494b9e2d1dc07c4e59a58cd253fc0d509911 100644 (file)
@@ -50,7 +50,7 @@ advance:
         iny
         cpy     #SCREEN_COLS
         bne     L3
-        inc     CURSOR_Y          ; new line
+        inc     CURSOR_Y        ; new line
         ldy     #0              ; + cr
 L3:     sty     CURSOR_X
         jmp     plot