mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-17 07:31:19 +00:00
fix accelerator detection (ROM must be switched in)
This commit is contained in:
parent
6f9c547434
commit
44db9a6bec
@ -145,7 +145,9 @@ NotGS clc
|
|||||||
dey
|
dey
|
||||||
bne @LM
|
bne @LM
|
||||||
|
|
||||||
|
+READ_ROM_NO_WRITE
|
||||||
jsr BuildAcceleratorFunction
|
jsr BuildAcceleratorFunction
|
||||||
|
+READ_RAM2_WRITE_RAM2
|
||||||
+STAY @accelSrc
|
+STAY @accelSrc
|
||||||
dex
|
dex
|
||||||
-
|
-
|
||||||
|
@ -153,6 +153,7 @@ BuildAcceleratorFunction
|
|||||||
|
|
||||||
ldy #EX_3MHZMASK ; phew, all needed bits set
|
ldy #EX_3MHZMASK ; phew, all needed bits set
|
||||||
ldx #<(ex_cfg)
|
ldx #<(ex_cfg)
|
||||||
|
jmp build_setspeed
|
||||||
|
|
||||||
gscheck
|
gscheck
|
||||||
pha
|
pha
|
||||||
|
Loading…
x
Reference in New Issue
Block a user