Fixed loading of older state files
This commit is contained in:
parent
e24ff3ae47
commit
ab5eb61b8d
11 changed files with 24 additions and 18 deletions
|
|
@ -931,6 +931,8 @@ FDC.prototype.initDrive = function(drive, iDrive, data)
|
|||
}
|
||||
|
||||
var deltas = data[i++];
|
||||
if (deltas == 102) deltas = false; // v1.02 backward-compatibility
|
||||
|
||||
if (typeof deltas == "boolean") {
|
||||
var fLocal = deltas;
|
||||
var sDisketteName = data[i++];
|
||||
|
|
|
|||
Loading…
Reference in a new issue