mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
i86: Fix pathological case where jumping into pages of FF-prefixed invalid opcodes could lock up MAME
This commit is contained in:
parent
aca5870c9c
commit
432146637c
@ -2531,6 +2531,7 @@ bool i8086_common_cpu_device::common_op(uint8_t op)
|
||||
CLKM(PUSH_R16,PUSH_M16);
|
||||
break;
|
||||
default:
|
||||
m_icount -= 10;
|
||||
logerror("%06x: FF Pre with unimplemented mod\n", m_pc);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user