Fix codestyle
This commit is contained in:
@@ -20,4 +20,3 @@ hascur: sta CURSOR
|
||||
and #$7F
|
||||
: rts
|
||||
j1: jmp (VCIN)
|
||||
|
||||
|
||||
@@ -18,4 +18,3 @@ _textcolor:
|
||||
txa
|
||||
and #$0F
|
||||
rts
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ putchar:
|
||||
bmi wch
|
||||
sta (BASL),Y
|
||||
iny
|
||||
wch: sty CH
|
||||
wch:sty CH
|
||||
cpy WNDWDTH
|
||||
bcc noend
|
||||
ldy #$00
|
||||
|
||||
@@ -14,5 +14,3 @@ _gotoy:
|
||||
adc WNDTOP
|
||||
sta CV
|
||||
jmp VTABZ
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user