From d31bfb0e6e2fe5b99bceb8db072d3786473a1b66 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Mon, 8 Aug 2016 15:25:57 -0700 Subject: [PATCH] Added scaffolding for PC8080 SerialPort --- .../pc8080/machine/vt100/debugger/machine.xml | 5 +- devices/pc8080/machine/vt100/machine.xml | 2 +- devices/pc8080/rom/vt100/README.md | 11 +- devices/pc8080/rom/vt100/VT100.asm | 16 +- modules/pc8080/lib/chipset.js | 12 +- modules/pc8080/lib/keyboard.js | 176 ++++-- modules/pc8080/lib/serialport.js | 519 ++++++++++++++++++ modules/pc8080/lib/video.js | 31 +- package.json | 1 + versions/pc8080/1.23.3/pc8080-dbg.js | 449 +++++++-------- versions/pc8080/1.23.3/pc8080.js | 298 +++++----- 11 files changed, 1075 insertions(+), 445 deletions(-) create mode 100644 modules/pc8080/lib/serialport.js diff --git a/devices/pc8080/machine/vt100/debugger/machine.xml b/devices/pc8080/machine/vt100/debugger/machine.xml index 179c55a18..0c339f55b 100644 --- a/devices/pc8080/machine/vt100/debugger/machine.xml +++ b/devices/pc8080/machine/vt100/debugger/machine.xml @@ -6,7 +6,7 @@ -