Added BACKTRACK support to I/O instructions, so that ATC Disk I/O can be tracked, too
This commit is contained in:
parent
ad015c1ce6
commit
14a55eb1fa
6 changed files with 111 additions and 21 deletions
|
|
@ -866,7 +866,8 @@ X86CPU.prototype.resetRegs = function()
|
|||
btiDILo: 0,
|
||||
btiDIHi: 0,
|
||||
btiMemLo: 0,
|
||||
btiMemHi: 0
|
||||
btiMemHi: 0,
|
||||
btiIO: 0
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue