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:
Scott Stone 2015-06-08 20:26:15 -04:00
parent a4fc1f2a00
commit 110ec50118

View File

@ -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)