summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bankp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bankp.cpp')
-rw-r--r--src/mame/drivers/bankp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bankp.cpp b/src/mame/drivers/bankp.cpp
index 86459742ad2..aa934d2c91c 100644
--- a/src/mame/drivers/bankp.cpp
+++ b/src/mame/drivers/bankp.cpp
@@ -314,7 +314,7 @@ MACHINE_CONFIG_START(bankp_state::bankp)
MCFG_PALETTE_INIT_OWNER(bankp_state, bankp)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("sn1", SN76489, MASTER_CLOCK/6)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)