mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-25 13:33:13 +00:00
fix broken Moon Patrol prelauncher (#397)
dsk image was change a couple months ago and it looks like MP hasn't worked since.
This commit is contained in:
parent
bc5205ae15
commit
afe6591afc
@ -9,11 +9,9 @@
|
||||
|
||||
+ENABLE_ACCEL
|
||||
lda #$60
|
||||
sta $49d5
|
||||
sta $49dd
|
||||
jsr $800
|
||||
lda #$60
|
||||
sta $2fe
|
||||
jsr $2ef
|
||||
|
||||
+GET_MACHINE_STATUS
|
||||
and #CHEATS_ENABLED
|
||||
beq +
|
||||
|
Loading…
Reference in New Issue
Block a user