Fixed CPU start/stop control; runCPU is now strictly a worker function, not a control interface (PDP-11 only; other CPUs still need to be updated to match)
This commit is contained in:
parent
c858fd0699
commit
c7dbfc02be
18 changed files with 945 additions and 918 deletions
|
|
@ -9,5 +9,5 @@
|
|||
<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"/>
|
||||
<debugger id="debugger" base="8" messages="bus|trap" commands="bp 140270"/>
|
||||
</machine>
|
||||
|
|
|
|||
Loading…
Reference in a new issue