summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/strnskil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/strnskil.cpp')
-rw-r--r--src/mame/drivers/strnskil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/strnskil.cpp b/src/mame/drivers/strnskil.cpp
index 074ebef53b9..5479b7f3a54 100644
--- a/src/mame/drivers/strnskil.cpp
+++ b/src/mame/drivers/strnskil.cpp
@@ -374,7 +374,7 @@ MACHINE_CONFIG_START(strnskil_state::strnskil)
MCFG_PALETTE_INIT_OWNER(strnskil_state, strnskil)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("sn1", SN76496, 8000000/4)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.75)