summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/svmu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/svmu.cpp')
-rw-r--r--src/mame/drivers/svmu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/svmu.cpp b/src/mame/drivers/svmu.cpp
index 129992b73c4..817f48b5b91 100644
--- a/src/mame/drivers/svmu.cpp
+++ b/src/mame/drivers/svmu.cpp
@@ -330,7 +330,7 @@ MACHINE_CONFIG_START(svmu_state::svmu)
MCFG_PALETTE_INIT_OWNER(svmu_state, svmu)
/* 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)