summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mrjong.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mrjong.cpp')
-rw-r--r--src/mame/drivers/mrjong.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mrjong.cpp b/src/mame/drivers/mrjong.cpp
index af808707b59..9e3b31edefc 100644
--- a/src/mame/drivers/mrjong.cpp
+++ b/src/mame/drivers/mrjong.cpp
@@ -208,7 +208,7 @@ MACHINE_CONFIG_START(mrjong_state::mrjong)
MCFG_PALETTE_INIT_OWNER(mrjong_state, mrjong)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("sn1", SN76489, 15468000/6)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)