summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/macrossp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/macrossp.cpp')
-rw-r--r--src/mame/drivers/macrossp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/macrossp.cpp b/src/mame/drivers/macrossp.cpp
index 0ac3136fece..14c5f7251e3 100644
--- a/src/mame/drivers/macrossp.cpp
+++ b/src/mame/drivers/macrossp.cpp
@@ -570,7 +570,7 @@ MACHINE_CONFIG_START(macrossp_state::macrossp)
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("ensoniq", ES5506, 16000000)
MCFG_ES5506_REGION0("ensoniq.0")