Illegal REP and FFh opcodes no longer cause PCem to exit.
This commit is contained in:
parent
e761114740
commit
adde1a77a4
2 changed files with 5 additions and 5 deletions
|
|
@ -1119,7 +1119,7 @@ void rep386(int fv)
|
|||
default:
|
||||
pc=ipc;
|
||||
cycles-=20;
|
||||
fatal("Bad REP %02X %i\n",temp,rep32>>8);
|
||||
pclog("Bad REP %02X %i\n", temp, rep32 >> 8);
|
||||
x86illegal();
|
||||
}
|
||||
if (rep32&0x200) ECX=c;
|
||||
|
|
|
|||
Loading…
Reference in a new issue