mirror of
https://github.com/cc65/cc65.git
synced 2025-01-08 20:31:31 +00:00
fix indentation
This commit is contained in:
parent
a5fba551d1
commit
c0803ed53a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user