Skip to content

Commit

Permalink
Minor bin2iso.js and typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpar committed Feb 1, 2022
1 parent e565ffa commit 0bd70c6
Show file tree
Hide file tree
Showing 8 changed files with 99 additions and 40 deletions.
39 changes: 39 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@
"Abrash",
"ACDFHGMNSTW",
"ACDFHGMNSTWY",
"addrs",
"adventmath",
"altsource",
"APIURL",
"APPCLASS",
"APPNAME",
"APPVERSION",
Expand All @@ -76,6 +78,7 @@
"BATHIDE",
"BINC",
"BINF",
"BINOP",
"BIOS's",
"BIOSes",
"bitsavers",
Expand All @@ -86,13 +89,22 @@
"borland",
"BPB's",
"BPBs",
"BREAKCMD",
"BREAKTYPE",
"brite",
"Brodie",
"BSWIN",
"builtins",
"bwhl",
"BYTEARRAYS",
"cacheable",
"CALLC",
"CALLNC",
"CALLNP",
"CALLNS",
"CALLNZ",
"CALLP",
"CALLZ",
"camelcase",
"Canion",
"Canion's",
Expand Down Expand Up @@ -163,6 +175,7 @@
"Debugger's",
"Decapped",
"decdisks",
"DECOP",
"DECSYSTEM",
"DEFINT",
"DEMANDRO",
Expand All @@ -180,6 +193,7 @@
"DISKCOPY",
"DISKDATA",
"diskdump",
"diskhash",
"diskimage",
"diskinfo",
"DISKLOOK",
Expand All @@ -199,6 +213,7 @@
"dresearch",
"DRIVEHEADS",
"DRVHD",
"dumpapi",
"dword",
"dwords",
"DZQAB",
Expand Down Expand Up @@ -247,6 +262,7 @@
"fmhz",
"forloop",
"FORMES",
"frickin",
"gamedisks",
"GDTR",
"GENFOR",
Expand Down Expand Up @@ -290,11 +306,13 @@
"IOMODE",
"IORD",
"ipad",
"IREG",
"iret",
"ISOs",
"ISRC",
"itoa",
"Jabe",
"javaparse",
"jcxz",
"jecxz",
"jeffpar",
Expand All @@ -317,12 +335,14 @@
"LBADATA",
"LBAROOT",
"LBAs",
"LDAX",
"LEARNADV",
"LEARNKBD",
"LEARNMOU",
"leds",
"Letwin",
"LGDT",
"LHLD",
"Liang",
"LIDT",
"linebreak",
Expand Down Expand Up @@ -408,6 +428,7 @@
"pcdm",
"PCDOS",
"PCE's",
"PCHL",
"pcjr",
"pcjs",
"PCJSDISK",
Expand Down Expand Up @@ -454,8 +475,16 @@
"repe",
"Repower",
"RESSECS",
"restartability",
"RETC",
"retf",
"RETNC",
"RETNP",
"RETNS",
"RETNZ",
"RETP",
"Retsyn",
"RETZ",
"Rosch",
"Rosen",
"RQSP",
Expand All @@ -481,17 +510,22 @@
"sgrab",
"Shaiman",
"Shirriff",
"SHLD",
"Simonyi",
"SITEURL",
"SIXBIT",
"SKELIO",
"skplus",
"slooooow",
"softlogic",
"spacemaker",
"spec'ed",
"Speedrunning",
"SPHL",
"sprintf",
"Spurlock",
"ssvvvnnn",
"STAX",
"stdlib",
"STDSW",
"steppings",
Expand Down Expand Up @@ -528,6 +562,7 @@
"unbundle",
"uncompiled",
"undelete",
"UNDOC",
"unencrypted",
"UNERASE",
"Unerasing",
Expand All @@ -539,14 +574,17 @@
"unmark",
"unpartitioned",
"Unpatched",
"unprefixed",
"unsetting",
"untrap",
"untypeable",
"upcase",
"uppercases",
"usec",
"USERGUIDE",
"usrlib",
"UTILPRINT",
"Vals",
"VBAs",
"VDISK",
"VERF",
Expand Down Expand Up @@ -584,6 +622,7 @@
"XOFF",
"XOR'ing",
"XT's",
"XTHL",
"Xucsfe",
"xxdp",
"Ybdfjcso",
Expand Down
6 changes: 3 additions & 3 deletions machines/arcade/invaders/releases/2.00/invaders-uncompiled.js
Original file line number Diff line number Diff line change
Expand Up @@ -9869,7 +9869,7 @@ class Debugger extends Device {
this.maxOpcodeLength = 1;

/*
* Default parsing parameters, subexpression and address delimiters.
* Default parsing parameters, sub-expression and address delimiters.
*/
this.nASCIIBits = 8; // change to 7 for MACRO-10 compatibility
this.achGroup = ['(',')'];
Expand Down Expand Up @@ -9923,7 +9923,7 @@ class Debugger extends Device {
this.fExceptionOnBreak = false;

/*
* If greater than zero, decremented on every instruction until it hits zero, then CPU is stoppped.
* If greater than zero, decremented on every instruction until it hits zero, then CPU is stopped.
*/
this.counterBreak = 0;

Expand Down Expand Up @@ -11021,7 +11021,7 @@ class Debugger extends Device {
* conflicts with the operators below.
*
* NOTE: MACRO-10 packs up to 5 7-bit ASCII codes from a double-quoted value, and up to 6 6-bit ASCII
* (SIXBIT) codes from a sinqle-quoted value.
* (SIXBIT) codes from a single-quoted value.
*/
expr = this.parseASCII(expr, '"', this.nASCIIBits);
if (!expr) return value;
Expand Down
6 changes: 3 additions & 3 deletions machines/dec/pdp11/releases/3.00/pdp11v3-uncompiled.js
Original file line number Diff line number Diff line change
Expand Up @@ -9405,7 +9405,7 @@ class Debugger extends Device {
this.maxOpcodeLength = 1;

/*
* Default parsing parameters, subexpression and address delimiters.
* Default parsing parameters, sub-expression and address delimiters.
*/
this.nASCIIBits = 8; // change to 7 for MACRO-10 compatibility
this.achGroup = ['(',')'];
Expand Down Expand Up @@ -9459,7 +9459,7 @@ class Debugger extends Device {
this.fExceptionOnBreak = false;

/*
* If greater than zero, decremented on every instruction until it hits zero, then CPU is stoppped.
* If greater than zero, decremented on every instruction until it hits zero, then CPU is stopped.
*/
this.counterBreak = 0;

Expand Down Expand Up @@ -10557,7 +10557,7 @@ class Debugger extends Device {
* conflicts with the operators below.
*
* NOTE: MACRO-10 packs up to 5 7-bit ASCII codes from a double-quoted value, and up to 6 6-bit ASCII
* (SIXBIT) codes from a sinqle-quoted value.
* (SIXBIT) codes from a single-quoted value.
*/
expr = this.parseASCII(expr, '"', this.nASCIIBits);
if (!expr) return value;
Expand Down
6 changes: 3 additions & 3 deletions machines/dec/vt100/releases/2.00/vt100-uncompiled.js
Original file line number Diff line number Diff line change
Expand Up @@ -9869,7 +9869,7 @@ class Debugger extends Device {
this.maxOpcodeLength = 1;

/*
* Default parsing parameters, subexpression and address delimiters.
* Default parsing parameters, sub-expression and address delimiters.
*/
this.nASCIIBits = 8; // change to 7 for MACRO-10 compatibility
this.achGroup = ['(',')'];
Expand Down Expand Up @@ -9923,7 +9923,7 @@ class Debugger extends Device {
this.fExceptionOnBreak = false;

/*
* If greater than zero, decremented on every instruction until it hits zero, then CPU is stoppped.
* If greater than zero, decremented on every instruction until it hits zero, then CPU is stopped.
*/
this.counterBreak = 0;

Expand Down Expand Up @@ -11021,7 +11021,7 @@ class Debugger extends Device {
* conflicts with the operators below.
*
* NOTE: MACRO-10 packs up to 5 7-bit ASCII codes from a double-quoted value, and up to 6 6-bit ASCII
* (SIXBIT) codes from a sinqle-quoted value.
* (SIXBIT) codes from a single-quoted value.
*/
expr = this.parseASCII(expr, '"', this.nASCIIBits);
if (!expr) return value;
Expand Down
6 changes: 3 additions & 3 deletions machines/modules/debugger.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default class Debugger extends Device {
this.maxOpcodeLength = 1;

/*
* Default parsing parameters, subexpression and address delimiters.
* Default parsing parameters, sub-expression and address delimiters.
*/
this.nASCIIBits = 8; // change to 7 for MACRO-10 compatibility
this.achGroup = ['(',')'];
Expand Down Expand Up @@ -146,7 +146,7 @@ export default class Debugger extends Device {
this.fExceptionOnBreak = false;

/*
* If greater than zero, decremented on every instruction until it hits zero, then CPU is stoppped.
* If greater than zero, decremented on every instruction until it hits zero, then CPU is stopped.
*/
this.counterBreak = 0;

Expand Down Expand Up @@ -1244,7 +1244,7 @@ export default class Debugger extends Device {
* conflicts with the operators below.
*
* NOTE: MACRO-10 packs up to 5 7-bit ASCII codes from a double-quoted value, and up to 6 6-bit ASCII
* (SIXBIT) codes from a sinqle-quoted value.
* (SIXBIT) codes from a single-quoted value.
*/
expr = this.parseASCII(expr, '"', this.nASCIIBits);
if (!expr) return value;
Expand Down
6 changes: 3 additions & 3 deletions machines/pcx86/releases/3.00/pcx86v3-uncompiled.js
Original file line number Diff line number Diff line change
Expand Up @@ -9672,7 +9672,7 @@ class Debugger extends Device {
this.maxOpcodeLength = 1;

/*
* Default parsing parameters, subexpression and address delimiters.
* Default parsing parameters, sub-expression and address delimiters.
*/
this.nASCIIBits = 8; // change to 7 for MACRO-10 compatibility
this.achGroup = ['(',')'];
Expand Down Expand Up @@ -9726,7 +9726,7 @@ class Debugger extends Device {
this.fExceptionOnBreak = false;

/*
* If greater than zero, decremented on every instruction until it hits zero, then CPU is stoppped.
* If greater than zero, decremented on every instruction until it hits zero, then CPU is stopped.
*/
this.counterBreak = 0;

Expand Down Expand Up @@ -10824,7 +10824,7 @@ class Debugger extends Device {
* conflicts with the operators below.
*
* NOTE: MACRO-10 packs up to 5 7-bit ASCII codes from a double-quoted value, and up to 6 6-bit ASCII
* (SIXBIT) codes from a sinqle-quoted value.
* (SIXBIT) codes from a single-quoted value.
*/
expr = this.parseASCII(expr, '"', this.nASCIIBits);
if (!expr) return value;
Expand Down
Loading

0 comments on commit 0bd70c6

Please sign in to comment.