summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/seabattl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/seabattl.cpp')
-rw-r--r--src/mame/drivers/seabattl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/seabattl.cpp b/src/mame/drivers/seabattl.cpp
index 24d1bce04df..2526d185c27 100644
--- a/src/mame/drivers/seabattl.cpp
+++ b/src/mame/drivers/seabattl.cpp
@@ -513,7 +513,7 @@ MACHINE_CONFIG_START(seabattl_state::seabattl)
MCFG_PALETTE_INIT_OWNER(seabattl_state, seabattl)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
/* discrete sound */
MACHINE_CONFIG_END