summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m79amb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m79amb.cpp')
-rw-r--r--src/mame/drivers/m79amb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/m79amb.cpp b/src/mame/drivers/m79amb.cpp
index c2145dad509..c7edd7dad09 100644
--- a/src/mame/drivers/m79amb.cpp
+++ b/src/mame/drivers/m79amb.cpp
@@ -210,7 +210,7 @@ MACHINE_CONFIG_START(m79amb_state::m79amb)
MCFG_SCREEN_UPDATE_DRIVER(m79amb_state, screen_update_ramtek)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("discrete", DISCRETE, m79amb_discrete)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)