summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/meijinsn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/meijinsn.cpp')
-rw-r--r--src/mame/drivers/meijinsn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/meijinsn.cpp b/src/mame/drivers/meijinsn.cpp
index 0c2c8a634b9..c8cc3560a30 100644
--- a/src/mame/drivers/meijinsn.cpp
+++ b/src/mame/drivers/meijinsn.cpp
@@ -384,7 +384,7 @@ MACHINE_CONFIG_START(meijinsn_state::meijinsn)
MCFG_PALETTE_INIT_OWNER(meijinsn_state, meijinsn)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_GENERIC_LATCH_8_ADD("soundlatch")