pcjs/modules
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2017-09-30 19:37:54 -07:00
..
build/lib v1.32.0: The New Year Release 2016-12-30 15:56:01 -08:00
c1pjs Even though there is no longer a physical /docs folder, there is still a virtual one 2017-09-18 19:15:24 -07:00
diskdump Added IBM Pascal Compiler 1.00 "Combined" disk to the mix 2017-09-21 15:09:29 -07:00
filedump Fixed a few broken links 2017-09-20 10:07:40 -07:00
grunts v1.32.0: The New Year Release 2016-12-30 15:56:01 -08:00
htmlout Added an Modula-2 demo page and a new blog post on the 1984 FantasyLand EGA demo and an EGATEST program written in Modula-2 2017-07-03 22:37:40 -07:00
markout Changed scripts to machineScripts (for clarity) 2017-07-25 13:46:38 -07:00
pc6502/lib Updated addTimer() interface to include an ID; cleaned up how the CPU tracks the base speed, current speed, and target speed 2017-08-07 13:58:41 -07:00
pc8080 Added timer support to the PCx86 SerialPort component, so that we can honor the programmed baud rate now 2017-08-23 10:49:35 -07:00
pcx86 Added support for injecting ctrl key combinations (A-Z, at any rate) 2017-09-30 19:37:54 -07:00
pdp10 Added some more disk configurations 2017-08-27 11:25:02 -07:00
pdp11 Added some more disk configurations 2017-08-27 11:25:02 -07:00
shared Added PCx86 support for autoType as a URL parameter 2017-09-25 11:21:37 -07:00
textout v1.32.0: The New Year Release 2016-12-30 15:56:01 -08:00
README.md Even though there is no longer a physical /docs folder, there is still a virtual one 2017-09-18 19:15:24 -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.