Accommodate operations like PC-DOS 1.10 reformatting a single-sided 160Kb disk image as a double-sided 320kb disk image

This commit is contained in:
Jeff Parsons 2017-07-01 11:39:28 -07:00 committed by Jeff Parsons
commit 97ee1cf73d
6 changed files with 314 additions and 302 deletions

View file

@ -1148,6 +1148,7 @@ class FDC extends Component {
while (this.loadDrive(iDrive, sDisketteName, sDiskettePath, false, file) < 0) {
if (!window.confirm("Click OK to reload the original disk and discard any changes.")) {
if (DEBUG) this.println("load cancelled");
return;
}
/*