summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/seicross.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/seicross.cpp')
-rw-r--r--src/mame/drivers/seicross.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/seicross.cpp b/src/mame/drivers/seicross.cpp
index d7fbb93b285..5ef9492b100 100644
--- a/src/mame/drivers/seicross.cpp
+++ b/src/mame/drivers/seicross.cpp
@@ -97,7 +97,7 @@ WRITE8_MEMBER(seicross_state::portB_w)
if (((m_portb & 4) == 0) && (data & 4))
{
/* reset and start the protection mcu */
- m_mcu->set_input_line(INPUT_LINE_RESET, PULSE_LINE);
+ m_mcu->pulse_input_line(INPUT_LINE_RESET, attotime::zero);
m_mcu->set_input_line(INPUT_LINE_HALT, CLEAR_LINE);
}