Renamed BOOTTEST

This commit is contained in:
Jeff Parsons 2016-10-20 15:54:54 -07:00 committed by Jeff Parsons
commit 8f4537c2bc
15 changed files with 18 additions and 18 deletions

View file

@ -12,7 +12,7 @@ Boot Test
This machine pre-loads the **[PDP-11 Boot Test](/apps/pdp11/boot/test/)** code into RAM:
<ram id="ram" addr="0x0000" size="0xE000" file="/apps/pdp11/boot/test/TEST.json" load="0xC000" exec="0xC000"/>
<ram id="ram" addr="0x0000" size="0xE000" file="/apps/pdp11/boot/test/BOOTTEST.json" load="0xC000" exec="0xC000"/>
{% include machine.html id="test1120" %}

View file

@ -13,6 +13,6 @@ Boot Test (with Debugger)
This machine pre-loads the **[PDP-11 Boot Test](/apps/pdp11/boot/test/)** code into RAM:
<ram id="ram" addr="0x0000" size="0xE000" file="/apps/pdp11/boot/test/TEST.json" load="0xC000" exec="0xC000"/>
<ram id="ram" addr="0x0000" size="0xE000" file="/apps/pdp11/boot/test/BOOTTEST.json" load="0xC000" exec="0xC000"/>
{% include machine.html id="test1120" %}

View file

@ -4,7 +4,7 @@
<name pos="center">PDP-11/20 Boot Test with 56Kb and Debugger</name>
<computer id="computer" busWidth="16"/>
<cpu id="cpu" model="1120" cycles="6666667"/>
<ram id="ram" addr="0x0000" size="0xE000" file="/apps/pdp11/boot/test/TEST.json" load="0xC000" exec="0xC000"/>
<ram id="ram" addr="0x0000" size="0xE000" file="/apps/pdp11/boot/test/BOOTTEST.json" load="0xC000" exec="0xC000"/>
<device id="default" type="default"/>
<device id="pc11" type="pc11"/>
<serial id="dl11" adapter="0" binding="print"/>

View file

@ -4,7 +4,7 @@
<name pos="center">PDP-11/20 Boot Test with 56Kb</name>
<computer id="computer" busWidth="16"/>
<cpu id="cpu" model="1120" cycles="6666667" autoStart="true"/>
<ram id="ram" addr="0x0000" size="0xE000" file="/apps/pdp11/boot/test/TEST.json" load="0xC000" exec="0xC000"/>
<ram id="ram" addr="0x0000" size="0xE000" file="/apps/pdp11/boot/test/BOOTTEST.json" load="0xC000" exec="0xC000"/>
<device id="default" type="default"/>
<device id="pc11" type="pc11"/>
<serial id="dl11" adapter="0" binding="print"/>