summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tetrisp2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tetrisp2.cpp')
-rw-r--r--src/mame/drivers/tetrisp2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/tetrisp2.cpp b/src/mame/drivers/tetrisp2.cpp
index 6acd4ecccac..0264390ef29 100644
--- a/src/mame/drivers/tetrisp2.cpp
+++ b/src/mame/drivers/tetrisp2.cpp
@@ -1944,7 +1944,7 @@ MACHINE_CONFIG_START(stepstag_state::stepstag)
SPEAKER(config, "lspeaker").front_left();
SPEAKER(config, "rspeaker").front_right();
- MCFG_GENERIC_LATCH_16_ADD("soundlatch")
+ GENERIC_LATCH_16(config, m_soundlatch);
MCFG_DEVICE_ADD("ymz", YMZ280B, 16934400)
MCFG_SOUND_ROUTE(0, "lspeaker", 1.0)
@@ -2017,7 +2017,7 @@ MACHINE_CONFIG_START(stepstag_state::vjdash) // 4 Screens
SPEAKER(config, "lspeaker").front_left();
SPEAKER(config, "rspeaker").front_right();
- MCFG_GENERIC_LATCH_16_ADD("soundlatch")
+ GENERIC_LATCH_16(config, m_soundlatch);
MCFG_DEVICE_ADD("ymz", YMZ280B, 16934400)
MCFG_SOUND_ROUTE(0, "lspeaker", 1.0)