mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-23 12:33:32 +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
|
||||
bne @LM
|
||||
|
||||
+READ_ROM_NO_WRITE
|
||||
jsr BuildAcceleratorFunction
|
||||
+READ_RAM2_WRITE_RAM2
|
||||
+STAY @accelSrc
|
||||
dex
|
||||
-
|
||||
|
@ -153,6 +153,7 @@ BuildAcceleratorFunction
|
||||
|
||||
ldy #EX_3MHZMASK ; phew, all needed bits set
|
||||
ldx #<(ex_cfg)
|
||||
jmp build_setspeed
|
||||
|
||||
gscheck
|
||||
pha
|
||||
|
Loading…
Reference in New Issue
Block a user