summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/caswin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/caswin.cpp')
-rw-r--r--src/mame/drivers/caswin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/caswin.cpp b/src/mame/drivers/caswin.cpp
index 84aa917e203..ff88d0536fb 100644
--- a/src/mame/drivers/caswin.cpp
+++ b/src/mame/drivers/caswin.cpp
@@ -354,7 +354,7 @@ MACHINE_CONFIG_START(caswin_state::vvillage)
MCFG_PALETTE_ADD("palette", 0x40)
MCFG_PALETTE_INIT_OWNER(caswin_state, caswin)
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("aysnd", AY8910, 4000000 / 4)
MCFG_AY8910_PORT_A_READ_CB(IOPORT("DSW1"))