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:
parent
88d5572aa3
commit
ab41fdef3c
7 changed files with 73 additions and 52 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue