summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/radio86.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/radio86.cpp')
-rw-r--r--src/mame/drivers/radio86.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/radio86.cpp b/src/mame/drivers/radio86.cpp
index 15a0bad20cd..66102c49a95 100644
--- a/src/mame/drivers/radio86.cpp
+++ b/src/mame/drivers/radio86.cpp
@@ -379,7 +379,7 @@ MACHINE_CONFIG_START(radio86_state::radio86)
MCFG_PALETTE_ADD("palette", 3)
MCFG_PALETTE_INIT_OWNER(radio86_state,radio86)
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_SOUND_WAVE_ADD(WAVE_TAG, "cassette")
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)