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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user