pcjs/my_modules
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2014-10-05 18:26:29 -07:00
..
c1pjs-client Initial commit (a clone of the jsmachines project as of v1.15.3) 2014-09-27 14:52:57 -07:00
diskdump Fixed 5170 diskette drive detection (40-track vs. 80-track drives) 2014-10-05 09:33:45 -07:00
filedump Updated the 5170 BIOS map, updated 8042 info, fixed some 8042 controller commands, made HLT work, and fixed the debugger's history buffer when executing a mix of real-mode and protected-mode instructions 2014-10-01 17:33:17 -07:00
grunts Initial commit (a clone of the jsmachines project as of v1.15.3) 2014-09-27 14:52:57 -07:00
htmlout Moved a few files and added a new post about JavaScript coding conventions 2014-09-30 10:57:34 -07:00
markout README updates (and some code inspection fixes) 2014-09-28 18:18:53 -07:00
pcjs-client Fixed CMOS date initialization (Model 5170 successfully gets current date/time now) 2014-10-05 18:26:29 -07:00
pcjs-tools Initial commit (a clone of the jsmachines project as of v1.15.3) 2014-09-27 14:52:57 -07:00
shared Updated the 5170 BIOS map, updated 8042 info, fixed some 8042 controller commands, made HLT work, and fixed the debugger's history buffer when executing a mix of real-mode and protected-mode instructions 2014-10-01 17:33:17 -07:00
README.md README updates (and some code inspection fixes) 2014-09-28 18:18:53 -07:00

Private Node Modules

my_modules contains all the private PCjs Node modules. It is the counterpart to node_modules, where all the public Node modules are installed. Only private Node modules are checked into GitHub; if any of these are later published on npmjs.org, then they will be moved to node_modules and removed from this folder.