summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/slotcarn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/slotcarn.cpp')
-rw-r--r--src/mame/drivers/slotcarn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/slotcarn.cpp b/src/mame/drivers/slotcarn.cpp
index d947c8e06e7..c13aaf573df 100644
--- a/src/mame/drivers/slotcarn.cpp
+++ b/src/mame/drivers/slotcarn.cpp
@@ -576,7 +576,7 @@ MACHINE_CONFIG_START(slotcarn_state::slotcarn)
MCFG_PALETTE_ADD("palette", 0x400)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("aysnd",AY8910, SND_CLOCK)
MCFG_AY8910_PORT_B_READ_CB(IOPORT("DSW2"))