summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/homerun.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/homerun.cpp')
-rw-r--r--src/mame/drivers/homerun.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/homerun.cpp b/src/mame/drivers/homerun.cpp
index a1538963dbc..2d147df97b8 100644
--- a/src/mame/drivers/homerun.cpp
+++ b/src/mame/drivers/homerun.cpp
@@ -376,7 +376,7 @@ MACHINE_CONFIG_START(homerun_state::dynashot)
MCFG_PALETTE_ADD("palette", 16*4)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("ymsnd", YM2203, XTAL(20'000'000)/8)
MCFG_AY8910_PORT_A_READ_CB(IOPORT("DSW"))