From 7fb48c13dc565aaca7a60c6b75950f626ac8b799 Mon Sep 17 00:00:00 2001 From: Phil Bennett Date: Sat, 21 Mar 2009 22:23:40 +0000 Subject: [PATCH] 03048: equites and clone: strange noise ingame [Phil Bennett] --- src/mame/drivers/equites.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/equites.c b/src/mame/drivers/equites.c index aa55564cc75..7078b05bfea 100644 --- a/src/mame/drivers/equites.c +++ b/src/mame/drivers/equites.c @@ -427,7 +427,7 @@ static TIMER_CALLBACK( equites_frq_adjuster_callback ) cymvol *= 0.94f; hihatvol *= 0.94f; - sound_set_output_gain(msm, 0, hihatvol + cymvol * (ay_port_b & 3) * 0.33); /* NO from msm5232 */ + sound_set_output_gain(msm, 10, hihatvol + cymvol * (ay_port_b & 3) * 0.33); /* NO from msm5232 */ } static SOUND_START(equites)