Assorted PDP-11 debugger changes

This commit is contained in:
Jeff Parsons 2016-09-19 16:30:08 -07:00 committed by Jeff Parsons
commit 1df54a338f
21 changed files with 499 additions and 276 deletions

View file

@ -2,9 +2,11 @@
<?xml-stylesheet type="text/xsl" href="/versions/pdp11/1.30.0/machine.xsl"?>
<machine id="test1170" class="pdp11" border="1" pos="center" background="#FAEBD7">
<name pos="center">PDP-11/70 Test Machine</name>
<computer id="computer" busWidth="18"/>
<cpu id="cpu" model="1170" cycles="2000000"/>
<ram id="ram" addr="0x0000" size="0x40000"/>
<computer id="computer" busWidth="22"/>
<cpu id="cpu" model="1170" cycles="2000000" resetAddr="0xC000"/>
<ram id="ram" addr="0x0000" size="0xC000"/>
<rom id="rom" addr="0xC000" size="0x0570" file="/devices/pdp11/rom/custom/bootcode.json"/>
<ram id="ram" addr="0x10000" size="0x34000"/>
<panel ref="/devices/pdp11/panel/1170/wide.xml"/>
<debugger id="debugger"/>
</machine>