summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/momoko.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/momoko.cpp')
-rw-r--r--src/mame/drivers/momoko.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/momoko.cpp b/src/mame/drivers/momoko.cpp
index f22a7baa2ac..72f98109887 100644
--- a/src/mame/drivers/momoko.cpp
+++ b/src/mame/drivers/momoko.cpp
@@ -282,7 +282,7 @@ MACHINE_CONFIG_START(momoko_state::momoko)
MCFG_PALETTE_ENDIANNESS(ENDIANNESS_BIG)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_GENERIC_LATCH_8_ADD("soundlatch")