pcjs/modules
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2015-12-07 13:19:08 -08:00
..
c1pjs Minor realignment of the C1P and PC Debuggers 2015-08-10 12:17:36 -07:00
diskdump Simplified the NODE tests 2015-09-16 15:32:49 -07:00
filedump Simplified the NODE tests 2015-09-16 15:32:49 -07:00
grunts Simplified the NODE tests 2015-09-16 15:32:49 -07:00
htmlout Simplified the NODE tests 2015-09-16 15:32:49 -07:00
markout Test removal of Front Matter from Markdown files 2015-12-07 13:19:08 -08:00
pcjs Fixed the ATC controller for the MODEL_5170_REV1 AT BIOS (hopefully without degrading any other combo) 2015-12-05 17:09:30 -08:00
shared A little more meat on the X86FPU bones 2015-11-15 11:13:59 -08:00
textout Debugger (eg, "eb" or "ew") can now patch ROMs if a physical (%%) address is used 2015-11-07 09:52:54 -08:00
README.md Fix README links 2015-07-18 17:26:41 -07:00

PCjs Node Modules

This folder contains all the PCjs JavaScript source code, organized into Node modules. It is the counterpart to node_modules, where all the public Node modules are installed.

Only private Node modules are checked into this project. If any of these modules are later published on npmjs.org, then they will be moved to node_modules and removed from this folder.