1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-15 06:27:36 +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 dex
stx SCRX stx SCRX
; At this step X is equal to $00
dex dex
sta OLD_BGCOLOR ; At this step X is equal to $FF
sta OLD_CHARCOLOR stx OLD_BGCOLOR
stx OLD_CHARCOLOR
rts rts
.endproc .endproc