summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galspnbl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galspnbl.cpp')
-rw-r--r--src/mame/drivers/galspnbl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/galspnbl.cpp b/src/mame/drivers/galspnbl.cpp
index 477a3047f76..1af7014c8c2 100644
--- a/src/mame/drivers/galspnbl.cpp
+++ b/src/mame/drivers/galspnbl.cpp
@@ -250,7 +250,7 @@ MACHINE_CONFIG_START(galspnbl_state::galspnbl)
/* sound hardware */
SPEAKER(config, "mono").front_center();
- MCFG_GENERIC_LATCH_8_ADD("soundlatch")
+ GENERIC_LATCH_8(config, m_soundlatch);
MCFG_DEVICE_ADD("ymsnd", YM3812, XTAL(4'000'000)) /* Use value from Super Pinball Action - NEEDS VERIFICATION!! */
MCFG_YM3812_IRQ_HANDLER(INPUTLINE("audiocpu", 0))