summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/firefox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/firefox.cpp')
-rw-r--r--src/mame/drivers/firefox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/firefox.cpp b/src/mame/drivers/firefox.cpp
index 462ef5d8e2a..5dc9f062f2e 100644
--- a/src/mame/drivers/firefox.cpp
+++ b/src/mame/drivers/firefox.cpp
@@ -424,7 +424,7 @@ WRITE8_MEMBER(firefox_state::main_firq_clear_w)
WRITE8_MEMBER(firefox_state::self_reset_w)
{
- m_maincpu->set_input_line(INPUT_LINE_RESET, PULSE_LINE );
+ m_maincpu->pulse_input_line(INPUT_LINE_RESET, attotime::zero);
}