Reset triggered by keyboard controller should now be handled correctly by dynamic recompiler.

This commit is contained in:
TomW 2015-08-31 19:31:23 +01:00
commit 2efc56e882
3 changed files with 7 additions and 1 deletions

View file

@ -1423,6 +1423,9 @@ inrecomp=0;
if (!abrt && !x86_was_reset)
codegen_block_end();
if (x86_was_reset)
codegen_reset();
// output &= ~2;
}
// if (output && (SP & 1))