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
|
|
@ -2309,7 +2309,7 @@ FDC.prototype.doFormat = function(drive)
|
|||
FDC.prototype.readByte = function(drive, done)
|
||||
{
|
||||
var b = -1;
|
||||
var obj, off; // these variables are purely for BACKTRACK purposes
|
||||
var obj = null, off = 0; // these variables are purely for BACKTRACK purposes
|
||||
|
||||
if (!drive.resCode && drive.disk) {
|
||||
do {
|
||||
|
|
|
|||
Loading…
Reference in a new issue