pcjs/modules
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2016-03-10 12:30:44 -08:00
..
build/lib Code cleanup 2016-02-11 15:49:27 -08:00
c1pjs Replaced loadResource() with the more streamlined getResource(), for all your resource-getting needs (well, except for binary files, which should be coming soon) 2016-02-21 15:51:54 -08:00
diskdump Fixed a couple of new DiskDump bugs 2016-02-23 10:48:22 -08:00
filedump Changed save.js, fdc.js, and diskdump.js to use a shared download function 2016-02-23 00:06:38 -08:00
grunts Updated Computer constants 2016-01-16 14:37:39 -08:00
htmlout Replaced loadResource() with the more streamlined getResource(), for all your resource-getting needs (well, except for binary files, which should be coming soon) 2016-02-21 15:51:54 -08:00
markout Support for overriding machine hard drive(s) 2016-03-10 00:54:34 -08:00
pcjs Ready to debug Windows/386 (see /disks/pc/windows/2.01/) 2016-03-10 12:30:44 -08:00
shared Added more demos and support for mixed-case properties (including a new 'debugger' property in Markdown files) 2016-03-05 18:09:41 -08:00
textout Two more placeholder package.json files 2016-02-09 16:16:43 -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.