pcjs/modules
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2016-05-23 14:14:42 -07:00
..
build/lib Simplified ROM folder structure 2016-03-20 11:38:38 -07:00
c1pjs And more PCjs/PCx86 disambiguation 2016-05-18 00:03:07 -07:00
diskdump Starting work on disambiguating PCjs the emulator from PCjs the project/website; the emulator will become PCx86 2016-05-16 20:55:32 -07:00
filedump Updated aspect ratio for CGA configs and added experimental 'aspect' URL parameter 2016-04-01 21:36:06 -07:00
grunts Updated Computer constants 2016-01-16 14:37:39 -08:00
htmlout And more PCjs/PCx86 disambiguation 2016-05-18 00:03:07 -07:00
markout And more PCjs/PCx86 disambiguation 2016-05-18 00:03:07 -07:00
pc6502/lib Starting work on disambiguating PCjs the emulator from PCjs the project/website; the emulator will become PCx86 2016-05-16 20:55:32 -07:00
pc8080 And more PCjs/PCx86 disambiguation 2016-05-18 00:03:07 -07:00
pcx86 Link updates 2016-05-23 14:14:42 -07:00
shared And more PCjs/PCx86 disambiguation 2016-05-18 00:03:07 -07:00
textout Simplified ROM folder structure 2016-03-20 11:38:38 -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.