Fixed save/restore (hopefully) when A20 is off, as well as when HDC I/O is in progress (although the latter needs more testing)

This commit is contained in:
Jeff Parsons 2015-08-29 15:27:53 -07:00
commit 77b7ebc85c

View file

@ -683,6 +683,10 @@ HDC.prototype.initController = function(data, fHard)
var i = 0;
var fSuccess = true;
/*
* TODO: This is used to re-select the controller's active drive whenever the machine is restored, but alas,
* we currently only update it and save it for the ATC, not the XTC.
*/
this.iDrive = -1;
/*