mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-21 03:29:24 +00:00
fix cheats-enabled initial state
This commit is contained in:
parent
fb3d7cf7c5
commit
d548b16a3c
@ -284,9 +284,10 @@ CopyDevs
|
||||
and #1 ; A = #$01 or #$00
|
||||
asl
|
||||
asl
|
||||
asl ; A = #$08 or #$00
|
||||
asl
|
||||
asl ; A = #$10 or #$00
|
||||
ora MachineStatus
|
||||
sta MachineStatus ; set bit 3 of MachineStatus
|
||||
sta MachineStatus ; set bit 4 of MachineStatus
|
||||
|
||||
; calculate and update visible game count (3-digit decimal number as ASCII string)
|
||||
dey ; Y = 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user