summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/y2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/y2.cpp')
-rw-r--r--src/mame/drivers/y2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/y2.cpp b/src/mame/drivers/y2.cpp
index 3164c42597e..da21bffb575 100644
--- a/src/mame/drivers/y2.cpp
+++ b/src/mame/drivers/y2.cpp
@@ -75,7 +75,7 @@ MACHINE_CONFIG_START(system_board_y2_state::system_board_y2)
MCFG_PALETTE_ADD("palette", 0x1000)
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MACHINE_CONFIG_END
ROM_START( kof2002um )