summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mazerbla.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mazerbla.cpp')
-rw-r--r--src/mame/drivers/mazerbla.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mazerbla.cpp b/src/mame/drivers/mazerbla.cpp
index 376535cb5ef..b80486da48e 100644
--- a/src/mame/drivers/mazerbla.cpp
+++ b/src/mame/drivers/mazerbla.cpp
@@ -1046,7 +1046,7 @@ MACHINE_CONFIG_START(mazerbla_state::greatgun)
MCFG_PALETTE_INIT_OWNER(mazerbla_state, mazerbla)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("ay1", AY8910, SOUND_CLOCK / 8)
MCFG_AY8910_PORT_B_READ_CB(READ8("soundlatch", generic_latch_8_device, read))