pcjs/my_modules
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2014-10-30 09:54:09 -07:00
..
c1pjs-client Demonstration of C1Pjs loading and running *without* a web server 2014-10-29 16:41:32 -07:00
diskdump Don't brand .img disk conversions in debug mode 2014-10-28 22:56:44 -07:00
filedump PC-DOS 7.00 SETUP is making progress, but XDF support is still lacking 2014-10-22 00:37:31 -05:00
grunts Initial commit (a clone of the jsmachines project as of v1.15.3) 2014-09-27 14:52:57 -07:00
htmlout Allow mingling of DiskDump logConsole() output with the web server's log 2014-10-28 22:09:13 -07:00
markout Display progress messages as machine XML files are being loaded/processed 2014-10-29 15:23:35 -07:00
pcjs-client Pulled all hard-coded cycle counts into processor-specific tables 2014-10-29 13:26:34 -07:00
shared Improved error reporting when embedMachine() fails (eg, due to browser restrictions) 2014-10-30 09:54:09 -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.