1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-12 17:25:11 +00:00

fix indentation

This commit is contained in:
Christian Groessler
2017-02-14 23:52:44 +01:00
parent a5fba551d1
commit c0803ed53a

View File

@@ -50,7 +50,7 @@ advance:
iny iny
cpy #SCREEN_COLS cpy #SCREEN_COLS
bne L3 bne L3
inc CURSOR_Y ; new line inc CURSOR_Y ; new line
ldy #0 ; + cr ldy #0 ; + cr
L3: sty CURSOR_X L3: sty CURSOR_X
jmp plot jmp plot