mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-22 10:29:07 +00:00
fix O'Riley's Mine joystick movement
This commit is contained in:
parent
c31d85118a
commit
68294c9792
@ -22,6 +22,10 @@
|
||||
sta $201B ; reset vector patch
|
||||
sta $8133 ; (yes, that's 3 times)
|
||||
|
||||
lda #$50
|
||||
sta $83E4 ; fix joystick right
|
||||
sta $83FF ; fix joystick down
|
||||
|
||||
+READ_RAM2_NO_WRITE
|
||||
lda MachineStatus
|
||||
and #CHEATS_ENABLED
|
||||
|
Loading…
x
Reference in New Issue
Block a user