mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
exidy.c: brute force fix for m6502-related regressions [Alex Jackson]
This commit is contained in:
parent
abc8a8a30e
commit
90a6a52985
@ -868,7 +868,7 @@ static MACHINE_CONFIG_DERIVED( venture, base )
|
|||||||
MCFG_CPU_MODIFY("maincpu")
|
MCFG_CPU_MODIFY("maincpu")
|
||||||
MCFG_CPU_PROGRAM_MAP(venture_map)
|
MCFG_CPU_PROGRAM_MAP(venture_map)
|
||||||
|
|
||||||
MCFG_QUANTUM_TIME(attotime::from_hz(600))
|
MCFG_QUANTUM_PERFECT_CPU("maincpu")
|
||||||
|
|
||||||
/* audio hardware */
|
/* audio hardware */
|
||||||
MCFG_FRAGMENT_ADD(venture_audio)
|
MCFG_FRAGMENT_ADD(venture_audio)
|
||||||
@ -890,7 +890,7 @@ static MACHINE_CONFIG_DERIVED( mtrap, venture )
|
|||||||
|
|
||||||
/* basic machine hardware */
|
/* basic machine hardware */
|
||||||
|
|
||||||
MCFG_QUANTUM_TIME(attotime::from_hz(1920))
|
MCFG_QUANTUM_PERFECT_CPU("maincpu")
|
||||||
|
|
||||||
/* audio hardware */
|
/* audio hardware */
|
||||||
MCFG_FRAGMENT_ADD(mtrap_cvsd_audio)
|
MCFG_FRAGMENT_ADD(mtrap_cvsd_audio)
|
||||||
|
Loading…
Reference in New Issue
Block a user