Added support for a PDP-11 connected to a VT100
This commit is contained in:
parent
85b05ac7a9
commit
bdc736c5f3
6 changed files with 55 additions and 4 deletions
|
|
@ -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/)
|
||||
|
|
|
|||
14
devices/pdp11/machine/1170/machine.xml
Normal file
14
devices/pdp11/machine/1170/machine.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pdp11/1.30.0/machine.xsl"?>
|
||||
<machine id="test1170" class="pdp11" border="1" pos="center" background="#FAEBD7">
|
||||
<name pos="center">PDP-11/70 Test Machine</name>
|
||||
<computer id="computer" busWidth="22"/>
|
||||
<cpu id="cpu" model="1170" cycles="6666667" resetAddr="0xC000"/>
|
||||
<ram id="ram" addr="0x0000" size="0xC000"/>
|
||||
<rom id="rom" addr="0xC000" size="0x0570" file="/devices/pdp11/rom/custom/boot.json" writable="true"/>
|
||||
<ram id="ram" addr="0x10000" size="0x34000"/>
|
||||
<device id="unibus" name="unibus"/>
|
||||
<serial id="dl11" adapter="0"/>
|
||||
<panel ref="/devices/pdp11/panel/1170/wide.xml"/>
|
||||
<debugger id="debugger" base="8" messages="" commands=""/>
|
||||
</machine>
|
||||
14
devices/pdp11/machine/1170/test/README.md
Normal file
14
devices/pdp11/machine/1170/test/README.md
Normal file
|
|
@ -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" %}
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
<rom id="rom" addr="0xC000" size="0x0570" file="/devices/pdp11/rom/custom/boot.json" writable="true"/>
|
||||
<ram id="ram" addr="0x10000" size="0x34000"/>
|
||||
<device id="unibus" name="unibus"/>
|
||||
<serial id="console" adapter="1" binding="print"/>
|
||||
<serial id="dl11" adapter="0" binding="print"/>
|
||||
<panel ref="/devices/pdp11/panel/1170/wide.xml"/>
|
||||
<debugger id="debugger" base="8" messages="" commands=""/>
|
||||
</machine>
|
||||
|
|
|
|||
22
devices/pdp11/machine/1170/vt100/README.md
Normal file
22
devices/pdp11/machine/1170/vt100/README.md
Normal file
|
|
@ -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" %}
|
||||
|
|
@ -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/)
|
||||
|
|
|
|||
Loading…
Reference in a new issue