Fix bgcolor and textcolor must return last color, jmp remove.

This commit is contained in:
jede
2019-07-18 20:48:10 +02:00
committed by greg-king5
parent f9e13abc11
commit 0fe98a7ca8
4 changed files with 9 additions and 9 deletions

View File

@@ -34,12 +34,8 @@
dex
stx SCRX
; X is equal to 0
stx BGCOLOR
stx OLD_BGCOLOR
lda #$07
sta CHARCOLOR
lda #$FF
sta OLD_BGCOLOR
sta OLD_CHARCOLOR
rts