summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segaxbd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/segaxbd.cpp')
-rw-r--r--src/mame/drivers/segaxbd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/segaxbd.cpp b/src/mame/drivers/segaxbd.cpp
index 1c243ca9a26..38aafc5c7ed 100644
--- a/src/mame/drivers/segaxbd.cpp
+++ b/src/mame/drivers/segaxbd.cpp
@@ -866,7 +866,7 @@ void segaxbd_state::update_main_irqs()
WRITE_LINE_MEMBER(segaxbd_state::m68k_reset_callback)
{
- m_subcpu->set_input_line(INPUT_LINE_RESET, PULSE_LINE);
+ m_subcpu->pulse_input_line(INPUT_LINE_RESET, attotime::zero);
machine().scheduler().boost_interleave(attotime::zero, attotime::from_usec(100));
}