Added paper tape reader (PC11) to more machine configs

This commit is contained in:
Jeff 2016-10-31 12:56:24 -07:00 committed by Jeff Parsons
commit 99af96a113
8 changed files with 8 additions and 4 deletions

View file

@ -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) {