diff options
Diffstat (limited to 'src/devices/cpu/hmcs40/hmcs40.cpp')
-rw-r--r-- | src/devices/cpu/hmcs40/hmcs40.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/cpu/hmcs40/hmcs40.cpp b/src/devices/cpu/hmcs40/hmcs40.cpp index 42e1ca45ef8..795ab3de985 100644 --- a/src/devices/cpu/hmcs40/hmcs40.cpp +++ b/src/devices/cpu/hmcs40/hmcs40.cpp @@ -466,7 +466,6 @@ void hmcs40_cpu_device::do_interrupt() m_irt = 0; standard_irq_callback(line); - m_prev_pc = m_pc; } void hmcs40_cpu_device::execute_set_input(int line, int state) |