summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/iq151.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/iq151.cpp')
-rw-r--r--src/mame/drivers/iq151.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/iq151.cpp b/src/mame/drivers/iq151.cpp
index 84261b41dfc..fe8ea39f9ee 100644
--- a/src/mame/drivers/iq151.cpp
+++ b/src/mame/drivers/iq151.cpp
@@ -407,7 +407,7 @@ MACHINE_CONFIG_START(iq151_state::iq151)
MCFG_PALETTE_ADD_MONOCHROME("palette")
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("speaker", SPEAKER_SOUND)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)