summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/buster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/buster.cpp')
-rw-r--r--src/mame/drivers/buster.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/buster.cpp b/src/mame/drivers/buster.cpp
index 52ca4a06c08..cec8db5564b 100644
--- a/src/mame/drivers/buster.cpp
+++ b/src/mame/drivers/buster.cpp
@@ -343,7 +343,7 @@ MACHINE_CONFIG_START(buster_state::buster)
MCFG_PALETTE_ADD_3BIT_RGB("palette")
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("aysnd", AY8910, 1500000/2)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)