1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

Fix bug $FF

This commit is contained in:
jede 2019-07-21 18:38:17 +02:00 committed by greg-king5
parent e7bb0aad19
commit cceffbdb8c

View File

@ -34,9 +34,11 @@
dex
stx SCRX
; At this step X is equal to $00
dex
sta OLD_BGCOLOR
sta OLD_CHARCOLOR
; At this step X is equal to $FF
stx OLD_BGCOLOR
stx OLD_CHARCOLOR
rts
.endproc