mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-02 06:30:47 +00:00
fix Mating Zone display
This commit is contained in:
parent
776304f30e
commit
e67544b1b9
@ -9,8 +9,17 @@
|
|||||||
|
|
||||||
+ENABLE_ACCEL
|
+ENABLE_ACCEL
|
||||||
lda #$60
|
lda #$60
|
||||||
|
sta $49D4
|
||||||
sta $6B18
|
sta $6B18
|
||||||
jsr $495E ; decompress
|
jsr $495E ; decompress
|
||||||
|
jsr $BD41
|
||||||
|
lda #$60
|
||||||
|
sta $B5DB
|
||||||
|
+DISABLE_ACCEL
|
||||||
|
jsr $B59B
|
||||||
|
lda $C054
|
||||||
|
+ENABLE_ACCEL
|
||||||
|
jsr $B5DE
|
||||||
+GET_MACHINE_STATUS
|
+GET_MACHINE_STATUS
|
||||||
and #CHEATS_ENABLED
|
and #CHEATS_ENABLED
|
||||||
beq +
|
beq +
|
||||||
|
Loading…
Reference in New Issue
Block a user