Added assortment of empty diskettes to library, and updated DiskDump to support a target disk size (--size replaces the older, kludgier --mbhd)
This commit is contained in:
parent
aba69c0139
commit
f81e55f0ee
10 changed files with 68 additions and 15 deletions
|
|
@ -63,7 +63,8 @@ var DumpAPI = {
|
|||
FORMAT: "format", // value is one of FORMAT values below
|
||||
COMMENTS: "comments", // value is either "true" or "false"
|
||||
DECIMAL: "decimal", // value is either "true" to force all numbers to decimal, "false" or undefined otherwise
|
||||
MBHD: "mbhd" // value is hard disk size in Mb (formerly "mbsize") (DiskDump only)
|
||||
MBHD: "mbhd", // value is hard disk size in Mb (formerly "mbsize") (DiskDump only) (DEPRECATED)
|
||||
SIZE: "size" // value is target disk size in Kb (supersedes "mbhd") (DiskDump only)
|
||||
},
|
||||
FORMAT: {
|
||||
JSON: "json", // default
|
||||
|
|
|
|||
Loading…
Reference in a new issue