summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pro80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pro80.cpp')
-rw-r--r--src/mame/drivers/pro80.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pro80.cpp b/src/mame/drivers/pro80.cpp
index c66af84a830..af8e5919964 100644
--- a/src/mame/drivers/pro80.cpp
+++ b/src/mame/drivers/pro80.cpp
@@ -183,7 +183,7 @@ MACHINE_CONFIG_START(pro80_state::pro80)
MCFG_DEFAULT_LAYOUT(layout_pro80)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_SOUND_WAVE_ADD(WAVE_TAG, "cassette")
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.05)