summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/redalert.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/redalert.cpp')
-rw-r--r--src/mame/audio/redalert.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/audio/redalert.cpp b/src/mame/audio/redalert.cpp
index 67070bcdb1a..db7e75138cd 100644
--- a/src/mame/audio/redalert.cpp
+++ b/src/mame/audio/redalert.cpp
@@ -222,7 +222,7 @@ MACHINE_CONFIG_END
MACHINE_CONFIG_START(redalert_state::redalert_audio)
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
redalert_audio_m37b(config);
redalert_audio_voice(config);
@@ -239,7 +239,7 @@ MACHINE_CONFIG_END
MACHINE_CONFIG_START(redalert_state::ww3_audio)
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
redalert_audio_m37b(config);
@@ -357,7 +357,7 @@ MACHINE_CONFIG_START(redalert_state::demoneye_audio)
MCFG_SOUND_START_OVERRIDE( redalert_state, demoneye )
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_GENERIC_LATCH_8_ADD("soundlatch")