summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lvcards.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lvcards.cpp')
-rw-r--r--src/mame/drivers/lvcards.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/lvcards.cpp b/src/mame/drivers/lvcards.cpp
index bce09a5c377..7431c94f177 100644
--- a/src/mame/drivers/lvcards.cpp
+++ b/src/mame/drivers/lvcards.cpp
@@ -476,7 +476,7 @@ MACHINE_CONFIG_START(lvcards_state::lvcards)
MCFG_PALETTE_INIT_OWNER(lvcards_state, lvcards)
// sound hardware
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("aysnd", AY8910, 18432000/12) // unknown frequency, assume same as tehkanwc.cpp
MCFG_AY8910_PORT_A_READ_CB(IOPORT("DSW0"))