pcjs/modules
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2016-01-18 16:31:10 -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 Updated Computer constants 2016-01-16 14:37:39 -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 Computer constants 2016-01-16 14:37:39 -08:00
markout Updated Computer constants 2016-01-16 14:37:39 -08:00
pcjs 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
shared Start leveraging the new ability to specify machine overrides (/disks/pc/os2/misc/1.0/debugger/machine.xml is no longer needed) 2016-01-18 16:31:10 -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.