pcjs/modules
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2016-12-29 13:21:22 -08:00
..
build/lib Re-enabled source maps, at least for the PDP-11 emulators (for now) 2016-10-14 09:30:17 -07:00
c1pjs Some minor changes to make it easier to load a machine in the Node environment 2016-12-27 22:05:59 -08:00
diskdump Some minor changes to make it easier to load a machine in the Node environment 2016-12-27 22:05:59 -08:00
filedump Updated start address for the DEQKC 11/70 test 2016-11-14 10:44:24 -08:00
grunts Re-enabled source maps, at least for the PDP-11 emulators (for now) 2016-10-14 09:30:17 -07:00
htmlout Converted PC8080 to ES6 2016-12-28 10:03:58 -08:00
markout More PDP-11 documentation additions 2016-12-23 12:51:33 -08:00
pc6502/lib Some minor changes to make it easier to load a machine in the Node environment 2016-12-27 22:05:59 -08:00
pc8080 Make component/script names match XML device names (specifically, serial and parallel, which used to be serialport and parallelport) 2016-12-29 13:21:22 -08:00
pcx86 Make component/script names match XML device names (specifically, serial and parallel, which used to be serialport and parallelport) 2016-12-29 13:21:22 -08:00
pdp11 Make component/script names match XML device names (specifically, serial and parallel, which used to be serialport and parallelport) 2016-12-29 13:21:22 -08:00
shared Node pdp11 utility can now properly initialize all machine components (although there are still some type issues with some of the properties we're extracting from the machine XML) 2016-12-29 13:08:23 -08:00
textout Re-enabled source maps, at least for the PDP-11 emulators (for now) 2016-10-14 09:30:17 -07:00
README.md README updates 2016-10-22 00:03:28 -07: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.