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:
parent
adc44ab481
commit
97ee1cf73d
6 changed files with 314 additions and 302 deletions
|
|
@ -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;
|
||||
}
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue