mirror of
https://github.com/holub/mame
synced 2025-05-22 13:48:55 +03:00
fix 02656: elevator: Elevator Action freezes after coin insert with "8"
seems to need slightly better interleave.
This commit is contained in:
parent
923e58812a
commit
e9b33a8462
@ -1883,6 +1883,8 @@ static MACHINE_DRIVER_START( mcu )
|
||||
|
||||
MDRV_CPU_ADD("mcu", M68705,3000000) /* xtal is 3MHz, divided by 4 internally */
|
||||
MDRV_CPU_PROGRAM_MAP(taitosj_mcu_map,0)
|
||||
|
||||
MDRV_INTERLEAVE(100)
|
||||
MACHINE_DRIVER_END
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user