From b834a345750804ebf1afc80ff47215beffcb939d Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Fri, 29 May 2015 18:19:47 -0400 Subject: [PATCH] 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) --- src/mame/drivers/galaxian.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/galaxian.c b/src/mame/drivers/galaxian.c index 9d92e4b41e5..83481bf31af 100644 --- a/src/mame/drivers/galaxian.c +++ b/src/mame/drivers/galaxian.c @@ -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