From 99af96a1132e47d255075d6614a610cf7b4b52e9 Mon Sep 17 00:00:00 2001 From: Jeff Date: Mon, 31 Oct 2016 12:56:24 -0700 Subject: [PATCH] Added paper tape reader (PC11) to more machine configs --- devices/pdp11/machine/1170/monitor/debugger/machine.xml | 1 + devices/pdp11/machine/1170/monitor/machine.xml | 1 + devices/pdp11/machine/1170/vt100/debugger/machine.xml | 1 + devices/pdp11/machine/1170/vt100/machine.xml | 1 + devices/pdp11/panel/1170/debugger/front.xml | 2 +- devices/pdp11/panel/test/debugger/terminal.xml | 2 +- devices/pdp11/panel/test/terminal.xml | 2 +- modules/pdp11/lib/debugger.js | 2 +- 8 files changed, 8 insertions(+), 4 deletions(-) diff --git a/devices/pdp11/machine/1170/monitor/debugger/machine.xml b/devices/pdp11/machine/1170/monitor/debugger/machine.xml index 339ea4f59..e7f6b20ec 100644 --- a/devices/pdp11/machine/1170/monitor/debugger/machine.xml +++ b/devices/pdp11/machine/1170/monitor/debugger/machine.xml @@ -10,5 +10,6 @@ + diff --git a/devices/pdp11/machine/1170/monitor/machine.xml b/devices/pdp11/machine/1170/monitor/machine.xml index a3add530a..db64c1f0a 100644 --- a/devices/pdp11/machine/1170/monitor/machine.xml +++ b/devices/pdp11/machine/1170/monitor/machine.xml @@ -9,5 +9,6 @@ + diff --git a/devices/pdp11/machine/1170/vt100/debugger/machine.xml b/devices/pdp11/machine/1170/vt100/debugger/machine.xml index 087a5e7ad..a2a5b2d5c 100644 --- a/devices/pdp11/machine/1170/vt100/debugger/machine.xml +++ b/devices/pdp11/machine/1170/vt100/debugger/machine.xml @@ -10,5 +10,6 @@ + diff --git a/devices/pdp11/machine/1170/vt100/machine.xml b/devices/pdp11/machine/1170/vt100/machine.xml index 3e8036ef2..af6436216 100644 --- a/devices/pdp11/machine/1170/vt100/machine.xml +++ b/devices/pdp11/machine/1170/vt100/machine.xml @@ -9,5 +9,6 @@ + diff --git a/devices/pdp11/panel/1170/debugger/front.xml b/devices/pdp11/panel/1170/debugger/front.xml index bd940af42..2ac379374 100644 --- a/devices/pdp11/panel/1170/debugger/front.xml +++ b/devices/pdp11/panel/1170/debugger/front.xml @@ -86,7 +86,7 @@ - + Enter diff --git a/devices/pdp11/panel/test/debugger/terminal.xml b/devices/pdp11/panel/test/debugger/terminal.xml index ec502d4eb..0886334fe 100644 --- a/devices/pdp11/panel/test/debugger/terminal.xml +++ b/devices/pdp11/panel/test/debugger/terminal.xml @@ -2,7 +2,7 @@ Control Panel - + Enter diff --git a/devices/pdp11/panel/test/terminal.xml b/devices/pdp11/panel/test/terminal.xml index cc7286b6b..6e4df11d6 100644 --- a/devices/pdp11/panel/test/terminal.xml +++ b/devices/pdp11/panel/test/terminal.xml @@ -2,7 +2,7 @@ Control Panel - + Registers diff --git a/modules/pdp11/lib/debugger.js b/modules/pdp11/lib/debugger.js index e77540ad9..799cb0fdb 100644 --- a/modules/pdp11/lib/debugger.js +++ b/modules/pdp11/lib/debugger.js @@ -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) {