diff --git a/devices/pdp11/machine/1170/README.md b/devices/pdp11/machine/1170/README.md
index 931fc9e05..59f53c72e 100644
--- a/devices/pdp11/machine/1170/README.md
+++ b/devices/pdp11/machine/1170/README.md
@@ -7,6 +7,7 @@ permalink: /devices/pdp11/machine/1170/
PDP-11/70 Machine Configurations
--------------------------------
-PCjs is adding support the following PDP-11/70 machines:
+PCjs is adding support the following PDP-11/70 configurations:
* [PDP-11/70 Test Machine](/devices/pdp11/machine/1170/test/)
+* [PDP-11/70 with VT100 Terminal](/devices/pdp11/machine/1170/vt100/)
diff --git a/devices/pdp11/machine/1170/machine.xml b/devices/pdp11/machine/1170/machine.xml
new file mode 100644
index 000000000..2dbff9c67
--- /dev/null
+++ b/devices/pdp11/machine/1170/machine.xml
@@ -0,0 +1,14 @@
+
+
+
+ PDP-11/70 Test Machine
+
+
+
+
+
+
+
+
+
+
diff --git a/devices/pdp11/machine/1170/test/README.md b/devices/pdp11/machine/1170/test/README.md
new file mode 100644
index 000000000..bb97fc5be
--- /dev/null
+++ b/devices/pdp11/machine/1170/test/README.md
@@ -0,0 +1,14 @@
+---
+layout: page
+title: PDP-11/70 Test Machine
+permalink: /devices/pdp11/machine/1170/test/
+machines:
+ - id: test1170
+ type: pdp11
+ debugger: true
+---
+
+PDP-11/70 Test Machine
+----------------------
+
+{% include machine.html id="test1170" %}
diff --git a/devices/pdp11/machine/1170/test/machine.xml b/devices/pdp11/machine/1170/test/machine.xml
index d2130a860..040b60897 100644
--- a/devices/pdp11/machine/1170/test/machine.xml
+++ b/devices/pdp11/machine/1170/test/machine.xml
@@ -8,7 +8,7 @@
-
+
diff --git a/devices/pdp11/machine/1170/vt100/README.md b/devices/pdp11/machine/1170/vt100/README.md
new file mode 100644
index 000000000..66d60d1e9
--- /dev/null
+++ b/devices/pdp11/machine/1170/vt100/README.md
@@ -0,0 +1,22 @@
+---
+layout: page
+title: PDP-11/70 with VT100 Terminal
+permalink: /devices/pdp11/machine/1170/vt100/
+machines:
+ - id: test1170
+ type: pdp11
+ debugger: true
+ config: /devices/pdp11/machine/1170/machine.xml
+ connection: dl11->vt100.serialPort
+ - id: vt100
+ type: pc8080
+ config: /devices/pc8080/machine/vt100/machine.xml
+ connection: serialPort->test1170.dl11
+---
+
+PDP-11/70 with VT100 Terminal
+------------------------------------------
+
+{% include machine.html id="vt100" %}
+
+{% include machine.html id="test1170" %}
diff --git a/devices/pdp11/machine/README.md b/devices/pdp11/machine/README.md
index 016333662..d95c42e43 100644
--- a/devices/pdp11/machine/README.md
+++ b/devices/pdp11/machine/README.md
@@ -7,7 +7,7 @@ permalink: /devices/pdp11/machine/
PDP-11 Machine Configurations
-----------------------------
-[PDP11js](/modules/pdp11/), our PDP-11 emulation module, supports the following PDP-11 machines:
+[PDP11js](/modules/pdp11/), our PDP-11 emulation module, will support the following PDP-11 machines:
-* [PDP-11/45](/devices/pdp11/machine/1145/)
+* PDP-11/45
* [PDP-11/70](/devices/pdp11/machine/1170/)