mirror of
https://github.com/holub/mame
synced 2025-05-19 20:29:09 +03:00
03791: pandoras: Missing elements in emulated audio [Phil Bennett]
This commit is contained in:
parent
e1d838b1ee
commit
335ee2a4e6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user