remove dangling spaces

This commit is contained in:
mrdudz
2022-04-17 16:06:22 +02:00
parent 5276033be1
commit c6f23eefc8
212 changed files with 432 additions and 432 deletions

View File

@@ -6,7 +6,7 @@
.export _cputc, _cputcxy, cputdirect, display_conio
.export CHARCOLOR, OLD_CHARCOLOR, BGCOLOR, OLD_BGCOLOR
.import update_adscr
.import popax
@@ -19,13 +19,13 @@ _cputcxy:
sta SCRY ; Store Y
stx SCRX ; Store X
jsr update_adscr
pla
pla
_cputc:
cmp #$0D
bne @not_CR
ldy #$00
sty SCRX
sty SCRX
rts
@not_CR:
cmp #$0A
@@ -80,10 +80,10 @@ do_not_change_color:
sty SCRX
inc SCRY
jmp update_adscr
@no_inc:
@no_inc:
sty SCRX
rts
.endproc