pcjs/devices/pc8080/machine/vt100/dual/debugger/README.md

29 lines
769 B
Markdown

---
layout: page
title: Dual VT100 Terminals with Debuggers
permalink: /devices/pc8080/machine/vt100/dual/debugger/
machines:
- id: vt100a
type: pc8080
debugger: true
autoStart: true
messages: mem|port
config: /devices/pc8080/machine/vt100/debugger/machine.xml
connection: serialPort->vt100b.serialPort
- id: vt100b
type: pc8080
debugger: true
autoStart: true
messages: mem|port
config: /devices/pc8080/machine/vt100/debugger/machine.xml
connection: serialPort->vt100a.serialPort
---
Dual VT100 Terminals with Debuggers
-----------------------------------
Here are [Dual VT100 Terminals](../) with the PCjs Debugger attached to each.
{% include machine.html id="vt100a" %}
{% include machine.html id="vt100b" %}