Updated PDP-11/70 machines, and fixed a regression with MMR2 updates

This commit is contained in:
Jeff Parsons 2017-02-09 09:07:53 -08:00 committed by Jeff Parsons
commit d816497336
7 changed files with 50 additions and 18 deletions

View file

@ -7,10 +7,20 @@ machines:
type: pdp11
---
PDP-11/70 with 256Kb and Front Panel
---
The machine below is a PDP-11/70 includes our stylized Front Panel and a "teletype" I/O window connected to the
PDP-11/70's serial port. If you want a Debugger, see our collection of similar [PDP-11/70 Machines with Debugger](debugger/).
Other attached I/O devices include:
- [PC11 Paper Tape Reader](/devices/pdp11/pc11/)
- [RX11 Disk Controller](/devices/pdp11/rx11/)
- [RK11 Disk Controller](/devices/pdp11/rk11/)
- [RL11 Disk Controller](/devices/pdp11/rl11/)
Our [PDP-11 Boot Monitor](/apps/pdp11/boot/monitor/) is preloaded at address 140000, and the
[M9312 ROM](/devices/pdp11/rom/M9312/) is installed at address 165000.
{% include machine.html id="test1170" %}
This machine is also available with our built-in [Debugger](debugger/).
Other interesting things to know about this machine:
* It includes an [M9312 ROM](/devices/pdp11/rom/M9312/) at address 165000. The exact ROM is [23-616F1](/devices/pdp11/rom/M9312/23-616F1.txt).

View file

@ -10,12 +10,26 @@ machines:
sticky: top
---
PDP-11/70 with 256Kb, Front Panel, and Debugger
---
The machine below is a PDP-11/70 with a stripped-down interface that includes our stylized Front Panel and
a "teletype" I/O window connected to the PDP-11/70's serial port. The I/O window is shared with the built-in
PDPjs Debugger.
To make it easier to interact with the Front Panel [Toggle-In Demos](#toggle-ins) below, we've kept this machine's UI
simple, so there are no other I/O devices attached. Our [PDP-11 Boot Monitor](/apps/pdp11/boot/monitor/) is preloaded
at address 140000, and the [M9312 ROM](/devices/pdp11/rom/M9312/) is installed at address 165000.
For more full-featured PDP-11/70 machines that also include a Debugger, see:
- [PDP-11/70 running CPU Exerciser](cpuexer/)
- [PDP-11/70 ready to boot RSTS/E](rsts/)
- [PDP-11/70 ready to boot RT-11](rt11/)
- [PDP-11/70 ready to boot XXDP+ Diagnostics](xxdp/)
{% include machine.html id="test1170" %}
Other interesting things to know about this machine:
* It includes an [M9312 ROM](/devices/pdp11/rom/M9312/) at address 165000. The exact ROM is [23-616F1](/devices/pdp11/rom/M9312/23-616F1.txt).
Toggle-Ins
----------

View file

@ -1,7 +1,7 @@
---
layout: page
title: PDP-11/70 with Front Panel and Debugger
permalink: /devices/pdp11/machine/1170/panel/debugger/xxdp/
permalink: /devices/pdp11/machine/1170/panel/debugger/rt11/
machines:
- id: test1170
type: pdp11
@ -17,7 +17,9 @@ machines:
path: /apps/pdp11/tapes/absloader/DEC-11-L2PC-PO.json
---
This machine is ready to boot [XXDP+ Diagnostics](/disks/dec/rl02k/xxdp/) ("BOOT RL0") and run
This machine is ready to boot [RT-11 v4.0](/disks/dec/rk03/rtl11v4/) ("BOOT RK0").
Alternatively, you can also boot [XXDP+ Diagnostics](/disks/dec/rl02k/xxdp/) ("BOOT RL0") and run
diagnostics (e.g., "R EKBEE1"):
- [EKBAD0: 11/70 CPU DIAGNOSTIC (PART 1)](/disks/dec/rl02k/xxdp/ekbad0/)
@ -27,7 +29,3 @@ diagnostics (e.g., "R EKBEE1"):
For more information about booting and running these diagnostics, see [XXDP+ Diagnostics](/disks/dec/rl02k/xxdp/).
{% include machine.html id="test1170" %}
Other interesting things to know about this machine:
* It includes an [M9312 ROM](/devices/pdp11/rom/M9312/) at address 165000. The exact ROM is [23-616F1](/devices/pdp11/rom/M9312/23-616F1.txt).

View file

@ -204,7 +204,7 @@
</control>
</control>
<control type="container" class="pcjs-textarea" width="60%" padTop="8px" padBottom="8px">
<control type="textarea" binding="print" width="100%" height="440px" padRight="8px" pos="relative" style="resize:vertical;"/>
<control type="textarea" binding="print" width="100%" height="240px" padRight="8px" pos="relative" style="resize:vertical;"/>
<control type="container" width="100%">
<control type="text" binding="debugInput" width="auto"/>
<control type="button" binding="debugEnter">Enter</control>