1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-08 20:31:31 +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
cpy #SCREEN_COLS
bne L3
inc CURSOR_Y ; new line
inc CURSOR_Y ; new line
ldy #0 ; + cr
L3: sty CURSOR_X
jmp plot