summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/battlane.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/battlane.cpp')
-rw-r--r--src/mame/drivers/battlane.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/battlane.cpp b/src/mame/drivers/battlane.cpp
index e42426106cd..cd4257a04c9 100644
--- a/src/mame/drivers/battlane.cpp
+++ b/src/mame/drivers/battlane.cpp
@@ -298,7 +298,7 @@ MACHINE_CONFIG_START(battlane_state::battlane)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("ymsnd", YM3526, 3000000)
MCFG_YM3526_IRQ_HANDLER(INPUTLINE("maincpu", M6809_FIRQ_LINE))