summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/supbtime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/supbtime.cpp')
-rw-r--r--src/mame/drivers/supbtime.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/supbtime.cpp b/src/mame/drivers/supbtime.cpp
index b51ab746c59..cbfa225b3b5 100644
--- a/src/mame/drivers/supbtime.cpp
+++ b/src/mame/drivers/supbtime.cpp
@@ -377,8 +377,7 @@ MACHINE_CONFIG_START(supbtime_state::supbtime)
// sound hardware
SPEAKER(config, "mono").front_center();
- MCFG_GENERIC_LATCH_8_ADD("soundlatch")
- MCFG_GENERIC_LATCH_DATA_PENDING_CB(INPUTLINE("audiocpu", 0))
+ GENERIC_LATCH_8(config, "soundlatch").data_pending_callback().set_inputline(m_audiocpu, 0);
MCFG_DEVICE_ADD("ymsnd", YM2151, XTAL(32'220'000) / 9)
MCFG_YM2151_IRQ_HANDLER(INPUTLINE("audiocpu", 1)) // IRQ 2