Make component/script names match XML device names (specifically, serial and parallel, which used to be serialport and parallelport)
This commit is contained in:
parent
51c7b96f3c
commit
ded8f15e86
22 changed files with 913 additions and 925 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue