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