Make component/script names match XML device names (specifically, serial and parallel, which used to be serialport and parallelport)

This commit is contained in:
Jeff Parsons 2016-12-29 13:21:22 -08:00 committed by Jeff Parsons
commit ded8f15e86
22 changed files with 913 additions and 925 deletions

View file

@ -31,6 +31,6 @@ PC8080 is comprised of the following non-shared components, as listed in [packag
* [ram.js](/modules/pc8080/lib/ram.js)
* [keyboard.js](/modules/pc8080/lib/keyboard.js)
* [video.js](/modules/pc8080/lib/video.js)
* [serialport.js](/modules/pc8080/lib/serialport.js)
* [serial.js](/modules/pc8080/lib/serial.js)
* [debugger.js](/modules/pc8080/lib/debugger.js)
* [computer.js](/modules/pc8080/lib/computer.js)