pcjs/modules
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2017-02-27 09:50:28 -08:00
..
build/lib v1.32.0: The New Year Release 2016-12-30 15:56:01 -08:00
c1pjs Switching to machine XML files that use a machine 'type' attribute rather than 'class'; 'class' can still be used to specify the machine type if 'type' is omitted, but going forward, it should only be used to specify an alternate CSS class 2017-01-31 22:05:04 -08:00
diskdump v1.32.0: The New Year Release 2016-12-30 15:56:01 -08:00
filedump Added support for PDP-10 RAM images 2017-02-26 20:37:16 -08:00
grunts v1.32.0: The New Year Release 2016-12-30 15:56:01 -08:00
htmlout Minimal infrastructure for instantiating a PDP-10 test machine 2017-02-23 11:34:19 -08:00
markout Fixed a variety of broken links 2017-02-08 20:33:13 -08:00
pc6502/lib v1.32.0: The New Year Release 2016-12-30 15:56:01 -08:00
pc8080 Scriptable machine improvements (including support for sleep) 2017-02-06 12:03:20 -08:00
pcx86 Implemented 36-bit multiplication with support for (up to) 72-bit results 2017-02-13 11:46:58 -08:00
pdp10 Implemented all four primary half-word moves (HLL, HLR, HRL, HRR) but none of the flavors (Z, O, E); need to test the primary instructions first 2017-02-27 09:50:28 -08:00
pdp11 Added support for PDP-10 RAM images 2017-02-26 20:37:16 -08:00
shared Added support for PDP-10 RAM images 2017-02-26 20:37:16 -08:00
textout v1.32.0: The New Year Release 2016-12-30 15:56:01 -08:00
README.md Documentation updates to accommodate the PDP-10 work that's starting now 2017-02-23 15:14:51 -08:00

layout title permalink
page PCjs Project Modules /modules/

PCjs Project Modules

This folder contains all the JavaScript modules for the PCjs Project. It is our private counterpart to the node_modules folder, where all public Node modules are typically installed.

The project currently includes these emulation modules:

along with variety of Node support modules, such as:

Only private Node modules are checked into the 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.