summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m63.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m63.cpp')
-rw-r--r--src/mame/drivers/m63.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/m63.cpp b/src/mame/drivers/m63.cpp
index 7cfe1c8b50b..fcfbcb60b67 100644
--- a/src/mame/drivers/m63.cpp
+++ b/src/mame/drivers/m63.cpp
@@ -793,7 +793,7 @@ MACHINE_CONFIG_START(m63_state::m63)
MCFG_VIDEO_START_OVERRIDE(m63_state,m63)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono") /* ????? */
+ SPEAKER(config, "mono").front_center(); /* ????? */
MCFG_GENERIC_LATCH_8_ADD("soundlatch")
@@ -844,7 +844,7 @@ MACHINE_CONFIG_START(m63_state::fghtbskt)
MCFG_VIDEO_START_OVERRIDE(m63_state,m63)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_GENERIC_LATCH_8_ADD("soundlatch")