pcjs/modules
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2017-06-29 17:37:37 -07:00
..
build/lib v1.32.0: The New Year Release 2016-12-30 15:56:01 -08:00
c1pjs The Component printBuffer should only be used by Component static functions 2017-06-29 08:38:02 -07:00
diskdump Updated the DiskDump --forceBPB option 2017-06-29 15:35:14 -07:00
filedump Added PC-DOS 0.90 disk image and appropriate Model 5150 machines to boot it 2017-05-26 10:18:47 -07:00
grunts v1.32.0: The New Year Release 2016-12-30 15:56:01 -08:00
htmlout Changed the onclick handlers for Keyboard CLICKCODES to let updateFocus() scroll the canvas into view as needed, because (at least on iOS) the code that tries prevent the page from scrolling has an annoying "jerking" side-effect; also fixed the old Node web server code that would install onclick handlers for disk images, triggering automatic conversion of JSON to IMG files 2017-06-26 11:05:01 -07:00
markout Cleaned up the MarkOut module (and fixed some encoding problems with code blocks); affects only users of the Node-based web server 2017-06-29 08:12:32 -07:00
pc6502/lib Improved fixup handling for better MACRO-10 support 2017-03-16 00:32:30 -07:00
pc8080 Cleaned up how components print messages and how the Computer component overrides their notice/print/println methods (in preparation for new Computer overrides) 2017-06-28 10:53:44 -07:00
pcx86 Updated COMPAQ MS-DOS READMEs 2017-06-29 17:37:37 -07:00
pdp10 Cleaned up how components print messages and how the Computer component overrides their notice/print/println methods (in preparation for new Computer overrides) 2017-06-28 10:53:44 -07:00
pdp11 Cleaned up how components print messages and how the Computer component overrides their notice/print/println methods (in preparation for new Computer overrides) 2017-06-28 10:53:44 -07:00
shared The Component printBuffer should only be used by Component static functions 2017-06-29 08:38:02 -07: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.