fix some style issues

This commit is contained in:
mrdudz
2015-10-12 15:54:08 +02:00
parent 21732e3c5b
commit a2b514a7cf
3 changed files with 21 additions and 21 deletions

View File

@@ -70,11 +70,11 @@ soft80_init:
sta $01
cli
lda 646 ; use current textcolor
lda 646 ; use current textcolor
and #$0f
sta soft80_internal_textcolor
lda VIC_BG_COLOR0 ; use current bgcolor
lda VIC_BG_COLOR0 ; use current bgcolor
and #$0f
sta soft80_internal_bgcolor
asl a