New PDP11 Device component can now register read/write handlers for selected I/O addresses
This commit is contained in:
parent
614fc11aca
commit
1c9ea6445b
12 changed files with 666 additions and 376 deletions
|
|
@ -7,6 +7,7 @@
|
|||
<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"/>
|
||||
<device id="unibus" name="unibus"/>
|
||||
<panel ref="/devices/pdp11/panel/1170/wide.xml"/>
|
||||
<debugger id="debugger" base="8"/>
|
||||
</machine>
|
||||
|
|
|
|||
Loading…
Reference in a new issue