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:
Jeff Parsons 2016-09-19 16:43:07 -07:00 committed by Jeff Parsons
commit a15e222076
4 changed files with 23 additions and 13 deletions

View file

@ -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>