summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wicat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wicat.cpp')
-rw-r--r--src/mame/drivers/wicat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/wicat.cpp b/src/mame/drivers/wicat.cpp
index fe0768da74a..365be8d6e6b 100644
--- a/src/mame/drivers/wicat.cpp
+++ b/src/mame/drivers/wicat.cpp
@@ -743,7 +743,7 @@ WRITE_LINE_MEMBER(wicat_state::dma_nmi_cb)
if(state)
{
if(m_nmi_enable != 0)
- m_videocpu->set_input_line(INPUT_LINE_NMI,PULSE_LINE);
+ m_videocpu->pulse_input_line(INPUT_LINE_NMI, attotime::zero);
}
}