From: Christian Groessler Date: Tue, 14 Feb 2017 22:52:44 +0000 (+0100) Subject: fix indentation X-Git-Tag: V2.16~43^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c0803ed53ac5113b8065e07a0c91eebf507975f5;p=cc65 fix indentation --- diff --git a/libsrc/creativision/cputc.s b/libsrc/creativision/cputc.s index 208009ebd..ff60494b9 100644 --- a/libsrc/creativision/cputc.s +++ b/libsrc/creativision/cputc.s @@ -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