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

@ -33,8 +33,8 @@
http://pcjs.org/modules/pcx86/lib/ram.js (C) Jeff Parsons 2012-2016
http://pcjs.org/modules/pcx86/lib/keyboard.js (C) Jeff Parsons 2012-2016
http://pcjs.org/modules/pcx86/lib/video.js (C) Jeff Parsons 2012-2016
http://pcjs.org/modules/pcx86/lib/parallelport.js (C) Jeff Parsons 2012-2016
http://pcjs.org/modules/pcx86/lib/serialport.js (C) Jeff Parsons 2012-2016
http://pcjs.org/modules/pcx86/lib/parallel.js (C) Jeff Parsons 2012-2016
http://pcjs.org/modules/pcx86/lib/serial.js (C) Jeff Parsons 2012-2016
http://pcjs.org/modules/pcx86/lib/mouse.js (C) Jeff Parsons 2012-2016
http://pcjs.org/modules/pcx86/lib/disk.js (C) Jeff Parsons 2012-2016
http://pcjs.org/modules/pcx86/lib/fdc.js (C) Jeff Parsons 2012-2016