pcjs/modules
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2017-06-19 23:39:22 -07: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 Shareware diskette images added 2017-06-19 23:39:22 -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 Added "Adventures in Math (1983)" along with some notes about the failure to properly archive files 2017-06-14 09:48:51 -07:00
markout Automatically set the debugger property if an XML file in a "debugger" folder is selected (a convenience feature) 2017-06-19 09:00:03 -07:00
pc6502/lib Improved fixup handling for better MACRO-10 support 2017-03-16 00:32:30 -07:00
pc8080 Improved fixup handling for better MACRO-10 support 2017-03-16 00:32:30 -07:00
pcx86 Updated the VisiCalc demo with an autoType sequence, a fresh disk image, new state file, and reference cards; also, updated autoType support to cancel autoType if a saved machine state is loaded 2017-06-19 08:48:10 -07:00
pdp10 Fixed (or rather, band-aided) a MACRO-10 regression assembling the nested macro test (/apps/pdp10/tests/macro10/TEST.MAC) 2017-04-05 20:42:44 -07:00
pdp11 Improved geometry calculation for all disk images, not just those listed in DiskAPI.js 2017-06-01 20:59:41 -07:00
shared Fixed root directory check to ensure we don't select a disk format with too few root directory entries 2017-06-19 18:12:33 -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.