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