Updated 11/70 CPU Exerciser machine

This commit is contained in:
Jeff Parsons 2016-12-04 11:51:41 -08:00 committed by Jeff Parsons
commit 85c7d0151c
5 changed files with 10 additions and 9 deletions

View file

@ -1,6 +1,6 @@
---
layout: page
title: PDP-11/70 with Front Panel and Debugger
title: PDP-11/70 with 256Kb running CPU Exerciser
permalink: /devices/pdp11/machine/1170/panel/debugger/cpuexer/
machines:
- id: test1170

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pdpjs/1.30.6/machine.xsl"?>
<machine id="test1170" class="pdp11" border="1" pos="center" background="#FAEBD7">
<name pos="center">PDP-11/70 with 256Kb, Front Panel and Debugger</name>
<name pos="center">PDP-11/70 with 256Kb running CPU Exerciser</name>
<computer id="computer" busWidth="22"/>
<cpu id="cpu" model="1170" cycles="6666667"/>
<ram id="ram" addr="0x00000" size="0x40000" file="/apps/pdp11/tapes/diags/MAINDEC-11-DEQKC-B1-PB.json"/>
@ -10,4 +10,6 @@
<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>