summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/llander.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/llander.cpp')
-rw-r--r--src/mame/audio/llander.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mame/audio/llander.cpp b/src/mame/audio/llander.cpp
index 1a35dc7c443..b29eb4dba67 100644
--- a/src/mame/audio/llander.cpp
+++ b/src/mame/audio/llander.cpp
@@ -41,7 +41,7 @@ static const discrete_lfsr_desc llander_lfsr =
14 /* Output bit */
};
-static DISCRETE_SOUND_START(llander)
+static DISCRETE_SOUND_START(llander_discrete)
/************************************************/
/* llander Effects Relataive Gain Table */
/* */
@@ -101,7 +101,6 @@ WRITE8_MEMBER(asteroid_state::llander_sounds_w)
MACHINE_CONFIG_START(asteroid_state::llander_sound)
MCFG_SPEAKER_STANDARD_MONO("mono")
- MCFG_DEVICE_ADD("discrete", DISCRETE)
- MCFG_DISCRETE_INTF(llander)
+ MCFG_DEVICE_ADD("discrete", DISCRETE, llander_discrete)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MACHINE_CONFIG_END