Recompiled version of LxS updates cpu_state.oldpc - Tyrian works again.
This commit is contained in:
parent
bdbbf687af
commit
d9fe1a30d7
1 changed files with 1 additions and 0 deletions
|
|
@ -613,6 +613,7 @@ static uint32_t ropL ## seg(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, u
|
|||
if ((fetchdat & 0xc0) == 0xc0) \
|
||||
return 0; \
|
||||
\
|
||||
STORE_IMM_ADDR_L((uintptr_t)&cpu_state.oldpc, op_old_pc); \
|
||||
target_seg = FETCH_EA(op_ea_seg, fetchdat, op_ssegs, &op_pc, op_32); \
|
||||
SAVE_EA(); \
|
||||
\
|
||||
|
|
|
|||
Loading…
Reference in a new issue