Fixes to x86_was_reset handling. Based on patch from Greatpsycho.

This commit is contained in:
SarahW 2018-01-08 21:10:46 +00:00
commit 2957dae2d5
2 changed files with 4 additions and 0 deletions

View file

@ -543,6 +543,7 @@ void exec386_dynarec(int cycs)
if (!CACHE_ON()) /*Interpret block*/
{
cpu_block_end = 0;
x86_was_reset = 0;
// if (output) pclog("Interpret block at %04x:%04x %04x %04x %04x %04x %04x %04x %04x\n", CS, pc, AX, BX, CX, DX, SI, DI, SP);
while (!cpu_block_end)
{