From 768308180fa94fc99c1afe324e41bab692a6e9b9 Mon Sep 17 00:00:00 2001 From: Couriersud Date: Wed, 9 Sep 2009 20:48:20 +0000 Subject: [PATCH] 03432: circusc and clones: Partially missing sounds. / Please credit rte --- src/mame/drivers/circusc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/circusc.c b/src/mame/drivers/circusc.c index 799f1ac8ff2..fc5a3ea2974 100644 --- a/src/mame/drivers/circusc.c +++ b/src/mame/drivers/circusc.c @@ -324,7 +324,7 @@ static DISCRETE_SOUND_START( circusc ) DISCRETE_INPUTX_STREAM(NODE_01, 0, 1.0, 0) DISCRETE_INPUTX_STREAM(NODE_02, 1, 1.0, 0) - DISCRETE_INPUTX_STREAM(NODE_03, 1, 2.0, 0) // DAC 0..32767, multiply by 2 + DISCRETE_INPUTX_STREAM(NODE_03, 2, 2.0, 0) // DAC 0..32767, multiply by 2 DISCRETE_INPUT_DATA(NODE_05) DISCRETE_INPUT_DATA(NODE_06)