mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
Fixed AY8910 speed to match audio pitch in PCB video. Along with a Jump Bug audio fix for 0.161, this resolves MT#5834 (nw)
This commit is contained in:
parent
0624b6efd0
commit
b834a34575
@ -5168,7 +5168,7 @@ static MACHINE_CONFIG_DERIVED( zigzag, galaxian_base )
|
||||
MCFG_CPU_PROGRAM_MAP(galaxian_map_base) /* no discrete sound */
|
||||
|
||||
/* sound hardware */
|
||||
MCFG_SOUND_ADD("8910.0", AY8910, 1789750)
|
||||
MCFG_SOUND_ADD("8910.0", AY8910, GALAXIAN_PIXEL_CLOCK/3/2) /* matches PCB video - unconfirmed */
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user