summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/snk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/snk.cpp')
-rw-r--r--src/mame/drivers/snk.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/drivers/snk.cpp b/src/mame/drivers/snk.cpp
index 9fc2776aa9d..9edfc451903 100644
--- a/src/mame/drivers/snk.cpp
+++ b/src/mame/drivers/snk.cpp
@@ -3682,7 +3682,7 @@ MACHINE_CONFIG_START(snk_state::marvins)
MCFG_VIDEO_START_OVERRIDE(snk_state,marvins)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_GENERIC_LATCH_8_ADD("soundlatch")
@@ -3756,7 +3756,7 @@ MACHINE_CONFIG_START(snk_state::jcross)
MCFG_VIDEO_START_OVERRIDE(snk_state,jcross)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_GENERIC_LATCH_8_ADD("soundlatch")
@@ -3839,7 +3839,7 @@ MACHINE_CONFIG_START(snk_state::tnk3)
MCFG_VIDEO_START_OVERRIDE(snk_state,tnk3)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_GENERIC_LATCH_8_ADD("soundlatch")
@@ -3934,7 +3934,7 @@ MACHINE_CONFIG_START(snk_state::ikari)
MCFG_VIDEO_START_OVERRIDE(snk_state,ikari)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_GENERIC_LATCH_8_ADD("soundlatch")
@@ -3992,7 +3992,7 @@ MACHINE_CONFIG_START(snk_state::bermudat)
MCFG_VIDEO_START_OVERRIDE(snk_state,gwar)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_GENERIC_LATCH_8_ADD("soundlatch")
@@ -4097,7 +4097,7 @@ MACHINE_CONFIG_START(snk_state::tdfever)
MCFG_VIDEO_START_OVERRIDE(snk_state,tdfever)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_GENERIC_LATCH_8_ADD("soundlatch")