03791: pandoras: Missing elements in emulated audio [Phil Bennett]

This commit is contained in:
Phil Bennett 2010-12-23 00:30:41 +00:00
parent e1d838b1ee
commit 335ee2a4e6

View File

@ -367,7 +367,7 @@ static MACHINE_CONFIG_START( pandoras, pandoras_state )
MDRV_CPU_PROGRAM_MAP(pandoras_i8039_map)
MDRV_CPU_IO_MAP(pandoras_i8039_io_map)
MDRV_QUANTUM_TIME(HZ(3000)) /* slices per frame */
MDRV_QUANTUM_TIME(HZ(6000)) /* 100 CPU slices per frame - needed for correct synchronization of the sound CPUs */
MDRV_MACHINE_START(pandoras)
MDRV_MACHINE_RESET(pandoras)