Cleaned up how memory and IOPAGE traps are triggered, how ODD byte-level IOPAGE accesses are handled, and how memory is dumped by the Debugger

This commit is contained in:
Jeff Parsons 2016-10-10 17:09:29 -07:00 committed by Jeff Parsons
commit 6514836098
31 changed files with 901 additions and 679 deletions

View file

@ -9,6 +9,6 @@
<ram id="ram" addr="0x10000" size="0x34000"/>
<device id="default" name="default"/>
<serial id="dl11" adapter="0"/>
<panel ref="/devices/pdp11/panel/1170/wide.xml"/>
<panel ref="/devices/pdp11/panel/1170/test.xml"/>
<debugger id="debugger" base="8" messages="" commands=""/>
</machine>

View file

@ -9,6 +9,6 @@
<ram id="ram" addr="0x10000" size="0x34000"/>
<device id="default" name="default"/>
<serial id="dl11" adapter="0" binding="print"/>
<panel ref="/devices/pdp11/panel/1170/wide.xml"/>
<panel ref="/devices/pdp11/panel/1170/led.xml"/>
<debugger id="debugger" base="8" messages="" commands=""/>
</machine>