Added scaffolding for PC8080 SerialPort

This commit is contained in:
Jeff Parsons 2016-08-08 15:25:57 -07:00
commit d31bfb0e6e
11 changed files with 1075 additions and 445 deletions

View file

@ -154,6 +154,7 @@
"./modules/pc8080/lib/ram.js",
"./modules/pc8080/lib/keyboard.js",
"./modules/pc8080/lib/video.js",
"./modules/pc8080/lib/serialport.js",
"./modules/pc8080/lib/debugger.js",
"./modules/pc8080/lib/state.js",
"./modules/pc8080/lib/computer.js",