Added separate debugger/non-debugger machine configs for the PC8080 machines (like most PCx86 machines do)

This commit is contained in:
Jeff Parsons 2016-08-06 14:26:21 -07:00
commit 62b8f504b3
8 changed files with 531 additions and 468 deletions

View file

@ -8,7 +8,7 @@
<ram id="ram" addr="0x2000" size="0x0C00"/>
<video id="video" screenWidth="1600" screenHeight="960" smoothing="false"
fontROM="/devices/pc8080/rom/vt100/23-018E2.json" fontColor="white" cellWidth="10" cellHeight="10"
bufferAddr="0x2000" bufferRAM="true" bufferFormat="vt100" bufferCols="80" bufferRows="24" pos="left" padding="8px">
bufferAddr="0x2000" bufferRAM="true" bufferFormat="vt100" bufferCols="80" bufferRows="24" padding="8px">
<menu>
<title>VT100 Screen</title>
<control type="container" pos="right">
@ -25,6 +25,4 @@
</video>
<chipset id="chipset" model="VT100"/>
<keyboard id="keyboard"/>
<panel ref="/devices/pc8080/panel/wide.xml"/>
<debugger id="debugger" messages="chipset|mem" commands="s 8086"/>
</machine>