Added paper tape reader (PC11) to more machine configs
This commit is contained in:
parent
daefc2992c
commit
99af96a113
8 changed files with 8 additions and 4 deletions
|
|
@ -1239,7 +1239,7 @@ if (DEBUGGER) {
|
|||
DebuggerPDP11.prototype.init = function(fAutoStart)
|
||||
{
|
||||
this.fInit = true;
|
||||
this.println("Type ? for help with PDP11 Debugger commands");
|
||||
this.println("Type ? for help with PDPjs Debugger commands");
|
||||
this.updateStatus();
|
||||
if (!fAutoStart) this.setFocus();
|
||||
if (this.sInitCommands) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue