summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/aces1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/aces1.cpp')
-rw-r--r--src/mame/drivers/aces1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/aces1.cpp b/src/mame/drivers/aces1.cpp
index 09d128ee7e5..a87debe908a 100644
--- a/src/mame/drivers/aces1.cpp
+++ b/src/mame/drivers/aces1.cpp
@@ -466,7 +466,7 @@ MACHINE_CONFIG_START(aces1_state::aces1)
MCFG_DEFAULT_LAYOUT(layout_aces1)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
// 0xadf0 - Dips, Sound
MCFG_DEVICE_ADD("aysnd", AY8910, 1500000) /* ?? MHz */