For side-by-side machine layouts, use dedicated left and right machine.xml files (my hard-coded solution for now)

This commit is contained in:
Jeff Parsons 2016-12-03 16:49:42 -08:00 • committed by Jeff Parsons
commit f0a05ff401
16 changed files with 142 additions and 14 deletions

View file

@ -6,12 +6,12 @@ machines:
- id: test1170
type: pdp11
debugger: true
config: /devices/pdp11/machine/1170/vt100/debugger/machine.xml
config: /devices/pdp11/machine/1170/vt100/debugger/machine-left.xml
connection: dl11->vt100.serialPort
- id: vt100
type: pc8080
debugger: true
config: /devices/pc8080/machine/vt100/debugger/machine.xml
config: /devices/pc8080/machine/vt100/debugger/machine-right.xml
connection: serialPort->test1170.dl11
---