mirror of
https://github.com/holub/mame
synced 2025-05-07 23:02:33 +03:00
i386: oopsy (nw)
This commit is contained in:
parent
f2accb7bd7
commit
a9247f5fc5
@ -2104,7 +2104,7 @@ void i386_device::i386_sub_r32_rm32() // Opcode 0x2b
|
||||
STORE_REG32(modrm, dst);
|
||||
CYCLES(CYCLES_ALU_REG_REG);
|
||||
} else {
|
||||
uint32_t ea = GetEA(modrm,1);
|
||||
uint32_t ea = GetEA(modrm,0);
|
||||
src = READ32(ea);
|
||||
dst = LOAD_REG32(modrm);
|
||||
dst = SUB32(dst, src);
|
||||
|
Loading…
Reference in New Issue
Block a user