pcjs/modules
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2016-01-21 11:52:53 -08:00
..
c1pjs Changed the last embedPC() parameter from sStateFile to sParms, although for backward compatibility, if sParms is not a JSON object definition (ie, beginning with a brace), it continues to be treated as a state filename. 2016-01-18 16:11:08 -08:00
diskdump The project is not "AWS-powered" anymore 2016-01-21 09:44:46 -08:00
filedump Updated Computer constants 2016-01-16 14:37:39 -08:00
grunts Updated Computer constants 2016-01-16 14:37:39 -08:00
htmlout Updated MarkOut and HTMLOut components to use embedPC() with the new 'parms' parameter instead of the old 'state' parameter. 2016-01-19 11:49:30 -08:00
markout The project is not "AWS-powered" anymore 2016-01-20 15:59:13 -08:00
pcjs Halt on all SS faults in the Debugger (for now) 2016-01-21 11:52:53 -08:00
shared The project is not "AWS-powered" anymore 2016-01-20 15:59:13 -08:00
textout Updated Computer constants 2016-01-16 14:37:39 -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.