mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Revert the brute force fix for the exidy/driver sound issues as it doesn't fix the problem and only slightly improves sound stability which still breaks and causes hangs/crashes in some games. (nw)
This commit is contained in:
parent
a4fc1f2a00
commit
110ec50118
@ -868,7 +868,7 @@ static MACHINE_CONFIG_DERIVED( venture, base )
|
||||
MCFG_CPU_MODIFY("maincpu")
|
||||
MCFG_CPU_PROGRAM_MAP(venture_map)
|
||||
|
||||
MCFG_QUANTUM_PERFECT_CPU("maincpu")
|
||||
MCFG_QUANTUM_TIME(attotime::from_hz(600))
|
||||
|
||||
/* audio hardware */
|
||||
MCFG_FRAGMENT_ADD(venture_audio)
|
||||
@ -890,7 +890,7 @@ static MACHINE_CONFIG_DERIVED( mtrap, venture )
|
||||
|
||||
/* basic machine hardware */
|
||||
|
||||
MCFG_QUANTUM_PERFECT_CPU("maincpu")
|
||||
MCFG_QUANTUM_TIME(attotime::from_hz(1920))
|
||||
|
||||
/* audio hardware */
|
||||
MCFG_FRAGMENT_ADD(mtrap_cvsd_audio)
|
||||
|
Loading…
Reference in New Issue
Block a user