More information about the 11/70 CPU exerciser test (paper-tape version)

This commit is contained in:
Jeff 2016-11-19 12:07:59 -08:00 committed by Jeff Parsons
commit 9e0e2313b0
3 changed files with 36 additions and 10 deletions

View file

@ -0,0 +1,12 @@
---
layout: page
title: PDP-11/70 with Front Panel and Debugger
permalink: /devices/pdp11/machine/1170/panel/debugger/cpuexer/
machines:
- id: test1170
type: pdp11
debugger: true
autoStart: true
---
{% include machine.html id="test1170" %}

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pdpjs/1.30.3/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>
<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"/>
<device id="default" type="default"/>
<serial id="dl11" adapter="0" binding="print" upperCase="true"/>
<panel ref="/devices/pdp11/panel/1170/debugger/front.xml"/>
<debugger id="debugger" base="8" messages="" commands="bp 023534"/>
<device ref="/devices/pdp11/pc11/default.xml"/>
</machine>