Fixes to x86_was_reset handling. Based on patch from Greatpsycho.
This commit is contained in:
parent
4d29b1c71f
commit
2957dae2d5
2 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue