pcjs/modules
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2016-08-19 16:10:48 -07:00
..
build/lib Fixed PCx86 command-line utility 2016-05-26 21:29:57 -07:00
c1pjs First successful display of a VT100 test screen 2016-08-01 16:22:22 -07:00
diskdump Fixed some lingering /pc references 2016-07-25 13:43:51 -07:00
filedump Added Debugger "int" command to manually request interrupts 2016-08-06 13:39:46 -07:00
grunts Updated JavaScript open-source headers 2016-05-27 08:46:13 -07:00
htmlout Successfully running PCx86 and PC8080 machines on the same page now 2016-08-18 10:29:24 -07:00
markout Updated JavaScript open-source headers 2016-05-27 08:46:13 -07:00
pc6502/lib Updated JavaScript open-source headers 2016-05-27 08:46:13 -07:00
pc8080 Working on next release (v1.24.1): first change is enabling smooth scrolling by default 2016-08-19 16:10:48 -07:00
pcx86 Picked up all the last-minute changes from the gh-pages branch (where I discovered a race condition between machines) 2016-08-19 13:03:30 -07:00
shared Picked up all the last-minute changes from the gh-pages branch (where I discovered a race condition between machines) 2016-08-19 13:03:30 -07:00
textout Updated JavaScript open-source headers 2016-05-27 08:46:13 -07:00
README.md More README cleanup 2016-05-19 20:10:09 -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.