summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/battlnts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/battlnts.cpp')
-rw-r--r--src/mame/drivers/battlnts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/battlnts.cpp b/src/mame/drivers/battlnts.cpp
index 599d9a9ff17..93497f4932c 100644
--- a/src/mame/drivers/battlnts.cpp
+++ b/src/mame/drivers/battlnts.cpp
@@ -267,7 +267,7 @@ MACHINE_CONFIG_START(battlnts_state::battlnts)
MCFG_K007420_PALETTE("palette")
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_GENERIC_LATCH_8_ADD("soundlatch")