Updated the DiskDump --forceBPB option
This commit is contained in:
parent
85b3aade36
commit
5283d0912a
2 changed files with 3 additions and 3 deletions
|
|
@ -18,8 +18,8 @@ machines:
|
|||
PC-DOS 1.00
|
||||
-----------
|
||||
|
||||
PC-DOS 1.00 was completed in August 1981 and announced at an IBM press conference on August 12, 1981, when IBM
|
||||
introduced the original IBM PC (Model 5150).
|
||||
PC-DOS 1.00 was completed in August 1981 and announced at an IBM press conference on August 12, 1981,
|
||||
when IBM introduced the original IBM PC (Model 5150).
|
||||
|
||||
To learn how to use PC-DOS 1.00, see the [Documentation](/pubs/pc/software/dos/PCDOS100/).
|
||||
|
||||
|
|
|
|||
|
|
@ -343,7 +343,7 @@ function DiskDump(sDiskPath, asExclude, sFormat, fComments, sSize, sServerRoot,
|
|||
this.sJSONWhitespace = (this.fJSONComments? " " : "");
|
||||
this.fXDFSupport = (argv && argv['xdf']);
|
||||
this.sLabel = (argv && argv['label']);
|
||||
this.forceBPB = (argv && argv['forcebpb']);
|
||||
this.forceBPB = (argv && argv['forceBPB']);
|
||||
|
||||
/*
|
||||
* The dump operation itself doesn't care about sManifestFile, but we DO need some indication
|
||||
|
|
|
|||
Loading…
Reference in a new issue