summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/supdrapo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/supdrapo.cpp')
-rw-r--r--src/mame/drivers/supdrapo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/supdrapo.cpp b/src/mame/drivers/supdrapo.cpp
index 2b18bf9eb61..695dfbc3481 100644
--- a/src/mame/drivers/supdrapo.cpp
+++ b/src/mame/drivers/supdrapo.cpp
@@ -475,7 +475,7 @@ MACHINE_CONFIG_START(supdrapo_state::supdrapo)
MCFG_PALETTE_ADD("palette", 0x100)
MCFG_PALETTE_INIT_OWNER(supdrapo_state, supdrapo)
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("aysnd", AY8910, SND_CLOCK) /* guess */
MCFG_AY8910_PORT_A_WRITE_CB(WRITE8(*this, supdrapo_state, ay8910_outputa_w))