summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/divebomb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/divebomb.cpp')
-rw-r--r--src/mame/drivers/divebomb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/divebomb.cpp b/src/mame/drivers/divebomb.cpp
index e8910799695..83f2561175f 100644
--- a/src/mame/drivers/divebomb.cpp
+++ b/src/mame/drivers/divebomb.cpp
@@ -454,7 +454,7 @@ MACHINE_CONFIG_START(divebomb_state::divebomb)
MCFG_PALETTE_INIT_OWNER(divebomb_state, divebomb)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
// All frequencies unverified
MCFG_DEVICE_ADD("sn0", SN76489, XTAL1/8)