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:
parent
63121a1768
commit
77b7ebc85c
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue