pcjs/modules
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2016-12-04 11:34:46 -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 Lots of tweaks in advance of PDPjs support for loading tape files 2016-10-17 15:19:01 -07:00
diskdump Fixed autoMount processing when multiple disk controllers are loaded 2016-11-22 11:14:57 -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 Remove all debugger.js files when running uncompiled without the Debugger, and some PDP-11 layout fixes 2016-10-22 01:36:45 -07:00
markout RSTS/E boots now 2016-11-30 12:32:32 -08:00
pc6502/lib Re-enabled source maps, at least for the PDP-11 emulators (for now) 2016-10-14 09:30:17 -07:00
pc8080 Working on v1.30.6 now 2016-12-03 09:04:34 -08:00
pcx86 Numerous changes to make paper tape configurations more consistent with disk configurations. This allows all devices to share the machine-wide "autoMount" configuration object, now that the PC11 has a proper device name ("PTR"), making its properties distinguishable from those for RK11 and RL11 drives (eg, "RK0", "RL0", etc). And all the tape/disk components now use "Load" functions to connect a tape or disk to a device ("Attach" is deprecated). And finally, all tape/disk components now support operations to deposit their media directly into memory -- although in this case, the names of the operations are necessarily different: "Read" for tape images, "Boot" for disk images. The difference is partly historical convention but also reflects the fact that a "Boot" operation is more limited: paper tapes were designed to be completely loaded into memory, whereas bootable disks are designed for only the first sector to be loaded and executed. Also, paper tape images are now flagged as non-auto-starting, because they often require some user action (eg, loading another tape, setting some switches, etc), whereas disk boot sectors are flagged as auto-starting (see the fStart parameter of the loadImage() interface in the RAM component). 2016-12-03 14:49:51 -08:00
pdp11 Another minor autoStart tweak 2016-12-04 11:34:46 -08:00
shared Merge the last set of changes from the gh-pages branch 2016-12-04 11:31:03 -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.