Added support for a Debugger "base" option that presets the default base (eg, 8, 10, 16) for most numeric input/output
This commit is contained in:
parent
1df54a338f
commit
a15e222076
4 changed files with 23 additions and 13 deletions
|
|
@ -8,5 +8,5 @@
|
|||
<rom id="rom" addr="0xC000" size="0x0570" file="/devices/pdp11/rom/custom/bootcode.json"/>
|
||||
<ram id="ram" addr="0x10000" size="0x34000"/>
|
||||
<panel ref="/devices/pdp11/panel/1170/wide.xml"/>
|
||||
<debugger id="debugger"/>
|
||||
<debugger id="debugger" base="8"/>
|
||||
</machine>
|
||||
|
|
|
|||
Loading…
Reference in a new issue