mirror of
https://github.com/holub/mame
synced 2025-06-06 12:53:46 +03:00
dp8344: Fix return address for LCALL (nw)
This commit is contained in:
parent
ff08f7d99c
commit
2d790b172f
@ -1823,6 +1823,7 @@ void dp8344_device::execute_run()
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case T1_LCALL:
|
case T1_LCALL:
|
||||||
|
m_pc++;
|
||||||
address_stack_push();
|
address_stack_push();
|
||||||
m_pc = m_latched_instr;
|
m_pc = m_latched_instr;
|
||||||
instruction_wait();
|
instruction_wait();
|
||||||
|
Loading…
Reference in New Issue
Block a user