Fix codestyle

This commit is contained in:
Konstantin
2025-06-07 12:36:49 +03:00
parent 5ff18c1ebc
commit 1a109c0b34
14 changed files with 215 additions and 219 deletions

View File

@@ -20,4 +20,3 @@ hascur: sta CURSOR
and #$7F and #$7F
: rts : rts
j1: jmp (VCIN) j1: jmp (VCIN)

View File

@@ -18,4 +18,3 @@ _textcolor:
txa txa
and #$0F and #$0F
rts rts

View File

@@ -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

View File

@@ -14,5 +14,3 @@ _gotoy:
adc WNDTOP adc WNDTOP
sta CV sta CV
jmp VTABZ jmp VTABZ