summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/exzisus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/exzisus.cpp')
-rw-r--r--src/mame/drivers/exzisus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/exzisus.cpp b/src/mame/drivers/exzisus.cpp
index c1c20817150..7cee3c3dbea 100644
--- a/src/mame/drivers/exzisus.cpp
+++ b/src/mame/drivers/exzisus.cpp
@@ -75,7 +75,7 @@ WRITE8_MEMBER(exzisus_state::coincounter_w)
// is it ok that cpub_reset refers to cpuc?
WRITE8_MEMBER(exzisus_state::cpub_reset_w)
{
- m_cpuc->set_input_line(INPUT_LINE_RESET, PULSE_LINE);
+ m_cpuc->pulse_input_line(INPUT_LINE_RESET, attotime::zero);
}
#if 0