mirror of
https://github.com/holub/mame
synced 2025-06-06 12:53:46 +03:00
From: Mamesick [mailto:mamesick@libero.it]
Sent: Wednesday, January 28, 2009 9:08 AM To: submit@mamedev.org Subject: Fixed ID 1017 (nslasher) Increasing interleave completely fixes the sound bug reported at MAMETesters.
This commit is contained in:
parent
e2fd889981
commit
d041766ee8
@ -2162,6 +2162,8 @@ static MACHINE_DRIVER_START( nslasher )
|
||||
MDRV_CPU_PROGRAM_MAP(nslasher_sound,0)
|
||||
MDRV_CPU_IO_MAP(nslasher_io_sound,0)
|
||||
|
||||
MDRV_QUANTUM_TIME(HZ(6000)) /* to improve main<->audio comms */
|
||||
|
||||
MDRV_NVRAM_HANDLER(93C46)
|
||||
|
||||
/* video hardware */
|
||||
|
Loading…
Reference in New Issue
Block a user