Added some Modula-2 and PCTJ disks

This commit is contained in:
Jeff Parsons 2017-07-02 15:55:25 -07:00 committed by Jeff Parsons
commit 35a3006000
63 changed files with 433 additions and 69 deletions

File diff suppressed because one or more lines are too long

View file

@ -60220,8 +60220,6 @@ class FDC extends Component {
if (DEBUG) this.println("Attempting to load " + sDiskettePath + " as \"" + sDisketteName + "\"");
}
if (DEBUG) this.println("loading disk " + sDiskettePath + "...");
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");
@ -60366,7 +60364,6 @@ class FDC extends Component {
* of a local disk image, it will map all such disks to "Local Disk", and any attempt to "Mount" such
* a disk, will essentially result in a "Disk not found" error.
*/
this.addDiskHistory(sDisketteName, sDiskettePath, disk);
/*

File diff suppressed because one or more lines are too long