summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cntsteer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cntsteer.cpp')
-rw-r--r--src/mame/drivers/cntsteer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cntsteer.cpp b/src/mame/drivers/cntsteer.cpp
index 91b0b5f2be1..5e3b8a3cbe7 100644
--- a/src/mame/drivers/cntsteer.cpp
+++ b/src/mame/drivers/cntsteer.cpp
@@ -655,7 +655,7 @@ WRITE_LINE_MEMBER(cntsteer_state::subcpu_vblank_irq)
INTERRUPT_GEN_MEMBER(cntsteer_state::sound_interrupt)
{
if (!m_nmimask)
- device.execute().set_input_line(INPUT_LINE_NMI, PULSE_LINE);
+ device.execute().pulse_input_line(INPUT_LINE_NMI, attotime::zero);
}
void cntsteer_state::sound_map(address_map &map)