summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/umipoker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/umipoker.cpp')
-rw-r--r--src/mame/drivers/umipoker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/umipoker.cpp b/src/mame/drivers/umipoker.cpp
index 4663fed0490..494c40b5c44 100644
--- a/src/mame/drivers/umipoker.cpp
+++ b/src/mame/drivers/umipoker.cpp
@@ -722,7 +722,7 @@ MACHINE_CONFIG_START(umipoker_state::umipoker)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("ym", YM3812, XTAL(14'318'181)/4) // 3.579545MHz
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)