summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rad_eu3a05.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rad_eu3a05.cpp')
-rw-r--r--src/mame/drivers/rad_eu3a05.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/rad_eu3a05.cpp b/src/mame/drivers/rad_eu3a05.cpp
index 78c130473c7..bffc9763077 100644
--- a/src/mame/drivers/rad_eu3a05.cpp
+++ b/src/mame/drivers/rad_eu3a05.cpp
@@ -1142,7 +1142,7 @@ INTERRUPT_GEN_MEMBER(radica_eu3a05_state::interrupt)
m_custom_nmi = 1;
m_custom_nmi_vector = 0xffd4;
- m_maincpu->set_input_line(INPUT_LINE_NMI,PULSE_LINE);
+ m_maincpu->pulse_input_line(INPUT_LINE_NMI, attotime::zero);
*/
}