mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
Always align T11 CPU opcode fetches. (nw)
This commit is contained in:
parent
b9e77930f0
commit
729e2ecc48
@ -75,6 +75,7 @@ INLINE t11_state *get_safe_token(device_t *device)
|
||||
|
||||
INLINE int ROPCODE(t11_state *cpustate)
|
||||
{
|
||||
cpustate->PC &= 0xfffe;
|
||||
int val = cpustate->direct->read_decrypted_word(cpustate->PC);
|
||||
cpustate->PC += 2;
|
||||
return val;
|
||||
|
Loading…
Reference in New Issue
Block a user