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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/llander.cpp b/src/mame/audio/llander.cpp
index 688242b69ec..1a35dc7c443 100644
--- a/src/mame/audio/llander.cpp
+++ b/src/mame/audio/llander.cpp
@@ -101,7 +101,7 @@ WRITE8_MEMBER(asteroid_state::llander_sounds_w)
MACHINE_CONFIG_START(asteroid_state::llander_sound)
MCFG_SPEAKER_STANDARD_MONO("mono")
- MCFG_SOUND_ADD("discrete", DISCRETE, 0)
+ MCFG_DEVICE_ADD("discrete", DISCRETE)
MCFG_DISCRETE_INTF(llander)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MACHINE_CONFIG_END