summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/c117.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/c117.cpp')
-rw-r--r--src/mame/machine/c117.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/c117.cpp b/src/mame/machine/c117.cpp
index 74cba0fa817..ae8ed387190 100644
--- a/src/mame/machine/c117.cpp
+++ b/src/mame/machine/c117.cpp
@@ -99,7 +99,7 @@ void namco_c117_device::device_reset()
m_subres_cb(ASSERT_LINE);
// reset the main CPU so it picks up the reset vector from the correct bank
- m_cpuexec[0]->set_input_line(INPUT_LINE_RESET, PULSE_LINE);
+ m_cpuexec[0]->pulse_input_line(INPUT_LINE_RESET, attotime::zero);
}