v1.18.9: Added loading of 16-bit Windows binary symbol data (for non-COMPILED BACKTRACK configs only)
This commit is contained in:
parent
9b96b52054
commit
989407ca4a
9 changed files with 4176 additions and 3681 deletions
|
|
@ -1890,7 +1890,7 @@ FDC.prototype.doCmd = function()
|
|||
n = 0;
|
||||
drive.resCode = FDC.REG_DATA.RES.NONE;
|
||||
if (drive.disk && (drive.sector = drive.disk.seek(drive.bCylinder, drive.bHead, drive.bSector))) {
|
||||
n = (drive.sector.length >> 8);
|
||||
n = (drive.sector['length'] >> 8);
|
||||
} else {
|
||||
/*
|
||||
* TODO: Determine the appropriate response code(s) for the possible errors that can occur here.
|
||||
|
|
|
|||
Loading…
Reference in a new issue