Added some more disk configurations

This commit is contained in:
Jeff Parsons 2017-08-27 11:25:02 -07:00 committed by Jeff Parsons
commit b730b915bf
31 changed files with 1002 additions and 963 deletions

View file

@ -5358,7 +5358,7 @@ class DebuggerX86 extends Debugger {
* get "inflated" with use. See the dump() method in the Disk component for more details.
*/
this.doClear();
this.println(drive.disk.toJSON());
this.println(drive.disk.convertToJSON());
return;
}
if (dc.seekDrive(drive, iSector, nSectors)) {