mirror of
https://github.com/holub/mame
synced 2025-05-29 17:13:05 +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;
|
||||
|
||||
case T1_LCALL:
|
||||
m_pc++;
|
||||
address_stack_push();
|
||||
m_pc = m_latched_instr;
|
||||
instruction_wait();
|
||||
|
Loading…
Reference in New Issue
Block a user