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:
parent
d3883f677d
commit
4b6d005406
7 changed files with 25 additions and 10 deletions
|
@ -446,6 +446,7 @@ struct CPUBlock {
|
|||
Bitu which,error;
|
||||
} exception;
|
||||
Bits direction;
|
||||
bool trap_skip;
|
||||
Bit32u drx[8];
|
||||
Bit32u trx[8];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue