Fixed 5170 diskette drive detection (40-track vs. 80-track drives)
This commit is contained in:
parent
a474ddfa74
commit
367db06996
16 changed files with 1498 additions and 1263 deletions
|
|
@ -2268,7 +2268,7 @@ Video.prototype.reset = function()
|
|||
* on the EGA's own switch settings instead.
|
||||
*/
|
||||
if (this.chipset) {
|
||||
nMonitorType = this.chipset.getSW1VideoMonitor();
|
||||
nMonitorType = this.chipset.getSWVideoMonitor();
|
||||
}
|
||||
|
||||
var fEGA = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue