summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/spiders.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/spiders.cpp')
-rw-r--r--src/mame/audio/spiders.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/spiders.cpp b/src/mame/audio/spiders.cpp
index 03b736c8455..223da7f106c 100644
--- a/src/mame/audio/spiders.cpp
+++ b/src/mame/audio/spiders.cpp
@@ -207,7 +207,7 @@ WRITE8_MEMBER(spiders_state::spiders_audio_ctrl_w)
MACHINE_CONFIG_START(spiders_state::spiders_audio)
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("discrete", DISCRETE, spiders_discrete)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MACHINE_CONFIG_END