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:
parent
398a653ed0
commit
f0a05ff401
16 changed files with 142 additions and 14 deletions
|
|
@ -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
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue