summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dai3wksi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dai3wksi.cpp')
-rw-r--r--src/mame/drivers/dai3wksi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dai3wksi.cpp b/src/mame/drivers/dai3wksi.cpp
index f00b836ccbd..ba1c4bb18fb 100644
--- a/src/mame/drivers/dai3wksi.cpp
+++ b/src/mame/drivers/dai3wksi.cpp
@@ -420,7 +420,7 @@ MACHINE_CONFIG_START(dai3wksi_state::dai3wksi)
MCFG_PALETTE_ADD_3BIT_BRG("palette")
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
#if (USE_SAMPLES)
MCFG_DEVICE_ADD("samples", SAMPLES)