dp8344: Fix return address for LCALL (nw)

This commit is contained in:
AJR 2019-12-02 07:53:29 -05:00
parent ff08f7d99c
commit 2d790b172f

View File

@ -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();