summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cswat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cswat.cpp')
-rw-r--r--src/mame/drivers/cswat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cswat.cpp b/src/mame/drivers/cswat.cpp
index 8c19667adf7..dfe60925d24 100644
--- a/src/mame/drivers/cswat.cpp
+++ b/src/mame/drivers/cswat.cpp
@@ -243,7 +243,7 @@ GFXDECODE_END
INTERRUPT_GEN_MEMBER(cswat_state::nmi_handler)
{
if (m_nmi_enabled)
- device.execute().set_input_line(INPUT_LINE_NMI, PULSE_LINE);
+ device.execute().pulse_input_line(INPUT_LINE_NMI, attotime::zero);
}
void cswat_state::machine_reset()