Illegal REP and FFh opcodes no longer cause PCem to exit.

This commit is contained in:
TomW 2013-12-11 20:18:26 +00:00
commit adde1a77a4
2 changed files with 5 additions and 5 deletions

View file

@ -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;