More robust handling of PDP-10 memory errors (so that when a file is assembled and loaded into non-existent memory, an error is generated); bumped the PDP-10 test machine to 32K words

This commit is contained in:
Jeff 2017-03-30 09:57:53 -07:00 committed by Jeff Parsons
commit ab41fdef3c
7 changed files with 73 additions and 52 deletions

View file

@ -4,7 +4,7 @@
<name pos="center">PDP-10 Test Machine</name>
<computer id="computer" busWidth="18"/>
<cpu id="cpu" model="1001" cycles="1000000"/>
<ram id="ram" addr="0x0000" size="0x4000" file="/apps/pdp10/tests/opcodes/OPTEST01.json"/>
<ram id="ram" addr="0x0000" size="0x8000" file="/apps/pdp10/tests/opcodes/OPTEST01.json"/>
<device id="default" type="default"/>
<serial id="serial" adapter="0" binding="print" upperCase="true"/>
<panel ref="/devices/pdp10/panel/test/terminal.xml"/>