More left/right options for PDP-11/VT100 machine combinations
This commit is contained in:
parent
bb1bcc804f
commit
e5a8deb054
6 changed files with 103 additions and 4 deletions
|
|
@ -5,12 +5,12 @@ permalink: /devices/pdp11/machine/1170/vt100/
|
|||
machines:
|
||||
- id: test1170
|
||||
type: pdp11
|
||||
config: /devices/pdp11/machine/1170/vt100/machine-left.xml
|
||||
config: /devices/pdp11/machine/1170/vt100/machine-right.xml
|
||||
connection: dl11->vt100.serialPort
|
||||
resume: 1
|
||||
- id: vt100
|
||||
type: pc8080
|
||||
config: /devices/pc8080/machine/vt100/machine-right.xml
|
||||
config: /devices/pc8080/machine/vt100/machine-left.xml
|
||||
connection: serialPort->test1170.dl11
|
||||
resume: 1
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,13 +6,13 @@ machines:
|
|||
- id: test1170
|
||||
type: pdp11
|
||||
debugger: true
|
||||
config: /devices/pdp11/machine/1170/vt100/debugger/machine-left.xml
|
||||
config: /devices/pdp11/machine/1170/vt100/debugger/machine-right.xml
|
||||
connection: dl11->vt100.serialPort
|
||||
resume: 1
|
||||
- id: vt100
|
||||
type: pc8080
|
||||
debugger: true
|
||||
config: /devices/pc8080/machine/vt100/debugger/machine-right.xml
|
||||
config: /devices/pc8080/machine/vt100/debugger/machine-left.xml
|
||||
connection: serialPort->test1170.dl11
|
||||
resume: 1
|
||||
---
|
||||
|
|
|
|||
15
devices/pdp11/machine/1170/vt100/debugger/machine-right.xml
Normal file
15
devices/pdp11/machine/1170/vt100/debugger/machine-right.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pdpjs/1.32.2/machine.xsl"?>
|
||||
<machine id="test1170" type="pdp11" class="machine-right" border="1" pos="center" background="#FAEBD7">
|
||||
<name pos="center">PDP-11/70 with 256Kb, Front Panel, and Debugger</name>
|
||||
<computer id="computer" busWidth="22"/>
|
||||
<cpu id="cpu" model="1170" cycles="6666667" autoStart="true"/>
|
||||
<ram id="ram" addr="0x00000" size="0x40000" file="/apps/pdp11/boot/monitor/BOOTMON.json"/>
|
||||
<device id="default" type="default"/>
|
||||
<serial id="dl11" adapter="0"/>
|
||||
<panel ref="/devices/pdp11/panel/1170/debugger/front.xml"/>
|
||||
<debugger id="debugger" base="8" messages="" commands=""/>
|
||||
<device ref="/devices/pdp11/pc11/default.xml"/>
|
||||
<device ref="/devices/pdp11/rk11/default.xml"/>
|
||||
<device ref="/devices/pdp11/rl11/default.xml"/>
|
||||
</machine>
|
||||
14
devices/pdp11/machine/1170/vt100/machine-right.xml
Normal file
14
devices/pdp11/machine/1170/vt100/machine-right.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pdpjs/1.32.2/machine.xsl"?>
|
||||
<machine id="test1170" type="pdp11" class="machine-right" border="1" pos="center" background="#FAEBD7">
|
||||
<name pos="center">PDP-11/70 with 256Kb and Front Panel</name>
|
||||
<computer id="computer" busWidth="22"/>
|
||||
<cpu id="cpu" model="1170" cycles="6666667" autoStart="true"/>
|
||||
<ram id="ram" addr="0x00000" size="0x40000" file="/apps/pdp11/boot/monitor/BOOTMON.json"/>
|
||||
<device id="default" type="default"/>
|
||||
<serial id="dl11" adapter="0"/>
|
||||
<panel ref="/devices/pdp11/panel/1170/front.xml"/>
|
||||
<device ref="/devices/pdp11/pc11/default.xml"/>
|
||||
<device ref="/devices/pdp11/rk11/default.xml"/>
|
||||
<device ref="/devices/pdp11/rl11/default.xml"/>
|
||||
</machine>
|
||||
Loading…
Reference in a new issue