From bdc736c5f3808edab9687bc969ee3e2904704e59 Mon Sep 17 00:00:00 2001 From: Jeff Date: Wed, 5 Oct 2016 16:46:09 -0700 Subject: [PATCH] Added support for a PDP-11 connected to a VT100 --- devices/pdp11/machine/1170/README.md | 3 ++- devices/pdp11/machine/1170/machine.xml | 14 +++++++++++++ devices/pdp11/machine/1170/test/README.md | 14 +++++++++++++ devices/pdp11/machine/1170/test/machine.xml | 2 +- devices/pdp11/machine/1170/vt100/README.md | 22 +++++++++++++++++++++ devices/pdp11/machine/README.md | 4 ++-- 6 files changed, 55 insertions(+), 4 deletions(-) create mode 100644 devices/pdp11/machine/1170/machine.xml create mode 100644 devices/pdp11/machine/1170/test/README.md create mode 100644 devices/pdp11/machine/1170/vt100/README.md 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/)