Added some more disk configurations
This commit is contained in:
parent
16f91fec4a
commit
b730b915bf
31 changed files with 1002 additions and 963 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue