summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tsamurai.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tsamurai.cpp')
-rw-r--r--src/mame/drivers/tsamurai.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/tsamurai.cpp b/src/mame/drivers/tsamurai.cpp
index 785a5e9dba3..e86e47f8bde 100644
--- a/src/mame/drivers/tsamurai.cpp
+++ b/src/mame/drivers/tsamurai.cpp
@@ -753,7 +753,7 @@ MACHINE_CONFIG_START(tsamurai_state::tsamurai)
MCFG_VIDEO_START_OVERRIDE(tsamurai_state,tsamurai)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("speaker")
+ SPEAKER(config, "speaker").front_center();
MCFG_DEVICE_ADD("aysnd", AY8910, XTAL(24'000'000)/8)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "speaker", 0.1)
@@ -801,7 +801,7 @@ MACHINE_CONFIG_START(tsamurai_state::vsgongf)
MCFG_VIDEO_START_OVERRIDE(tsamurai_state,vsgongf)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("speaker")
+ SPEAKER(config, "speaker").front_center();
MCFG_GENERIC_LATCH_8_ADD("soundlatch")
@@ -857,7 +857,7 @@ MACHINE_CONFIG_START(tsamurai_state::m660)
MCFG_VIDEO_START_OVERRIDE(tsamurai_state,m660)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("speaker")
+ SPEAKER(config, "speaker").front_center();
MCFG_DEVICE_ADD("aysnd", AY8910, XTAL(24'000'000)/8)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "speaker", 0.1)