1
0
Fork 0

Add beta2 patch: merge in old trap skip logic again; give trap priority over hw interrupts

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2741
This commit is contained in:
Sebastian Strohhäcker 2007-01-09 17:18:52 +00:00
parent d3883f677d
commit 4b6d005406
7 changed files with 25 additions and 10 deletions

View file

@ -446,6 +446,7 @@ struct CPUBlock {
Bitu which,error;
} exception;
Bits direction;
bool trap_skip;
Bit32u drx[8];
Bit32u trx[8];
};