mirror of
https://github.com/cc65/cc65.git
synced 2024-12-24 11:31:31 +00:00
Fix bug $FF
This commit is contained in:
parent
e7bb0aad19
commit
cceffbdb8c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user