diff options
| author | 2009-09-09 20:48:20 +0000 | |
|---|---|---|
| committer | 2009-09-09 20:48:20 +0000 | |
| commit | 768308180fa94fc99c1afe324e41bab692a6e9b9 (patch) | |
| tree | e3bf078004056dce742c45718d146ad8e5b2fae6 | |
| parent | 1388d0ddc8cd3593ce3932fc89d5f1d92475b3d8 (diff) | |
03432: circusc and clones: Partially missing sounds. / Please credit rte
| -rw-r--r-- | src/mame/drivers/circusc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
