Renamed PDP11js to PDPjs (mostly a cosmetic change, except for the versions directory, and less of a mouthful)
This commit is contained in:
parent
321f089f76
commit
21b4fe4942
35 changed files with 418 additions and 3395 deletions
|
|
@ -44,7 +44,7 @@ var APPCLASS = "pdp11"; // this @define is the default application class
|
|||
*
|
||||
* @define {string}
|
||||
*/
|
||||
var APPNAME = "PDP11js"; // this @define is the default application name (eg, "PCx86", "C1Pjs")
|
||||
var APPNAME = "PDPjs"; // this @define is the default application name (eg, "PCx86", "C1Pjs")
|
||||
|
||||
/**
|
||||
* WARNING: DEBUGGER needs to accurately reflect whether or not the Debugger component is (or will be) loaded.
|
||||
|
|
|
|||
Loading…
Reference in a new issue