summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kncljoe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/kncljoe.cpp')
-rw-r--r--src/mame/drivers/kncljoe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/kncljoe.cpp b/src/mame/drivers/kncljoe.cpp
index a0ec56e592b..e386c5449a0 100644
--- a/src/mame/drivers/kncljoe.cpp
+++ b/src/mame/drivers/kncljoe.cpp
@@ -234,7 +234,7 @@ GFXDECODE_END
INTERRUPT_GEN_MEMBER(kncljoe_state::sound_nmi)
{
- device.execute().set_input_line(INPUT_LINE_NMI, PULSE_LINE);
+ device.execute().pulse_input_line(INPUT_LINE_NMI, attotime::zero);
}
void kncljoe_state::machine_start()