summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kangaroo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/kangaroo.cpp')
-rw-r--r--src/mame/drivers/kangaroo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/kangaroo.cpp b/src/mame/drivers/kangaroo.cpp
index 3bde0eb7cb3..c5ff4b3d6f5 100644
--- a/src/mame/drivers/kangaroo.cpp
+++ b/src/mame/drivers/kangaroo.cpp
@@ -451,7 +451,7 @@ MACHINE_CONFIG_START(kangaroo_state::nomcu)
MCFG_PALETTE_ADD_3BIT_BGR("palette")
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_GENERIC_LATCH_8_ADD("soundlatch")