summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/cpu/bcp/dp8344.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/bcp/dp8344.cpp b/src/devices/cpu/bcp/dp8344.cpp
index 63502c9b0f9..9f84345772d 100644
--- a/src/devices/cpu/bcp/dp8344.cpp
+++ b/src/devices/cpu/bcp/dp8344.cpp
@@ -1823,6 +1823,7 @@ void dp8344_device::execute_run()
break;
case T1_LCALL:
+ m_pc++;
address_stack_push();
m_pc = m_latched_instr;
instruction_wait();