Reset triggered by keyboard controller should now be handled correctly by dynamic recompiler.
This commit is contained in:
parent
2323962168
commit
2efc56e882
3 changed files with 7 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue