pcjs/modules
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2016-04-01 21:36:06 -07:00
..
build/lib Simplified ROM folder structure 2016-03-20 11:38:38 -07:00
c1pjs Blog edits 2016-03-16 15:13:18 -07:00
diskdump Updated aspect ratio for CGA configs and added experimental 'aspect' URL parameter 2016-04-01 21:36:06 -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 Updated aspect ratio for CGA configs and added experimental 'aspect' URL parameter 2016-04-01 21:36:06 -07:00
markout Updated aspect ratio for CGA configs and added experimental 'aspect' URL parameter 2016-04-01 21:36:06 -07:00
pcjs Updated aspect ratio for CGA configs and added experimental 'aspect' URL parameter 2016-04-01 21:36:06 -07:00
shared Updated aspect ratio for CGA configs and added experimental 'aspect' URL parameter 2016-04-01 21:36:06 -07:00
textout Simplified ROM folder structure 2016-03-20 11:38:38 -07:00
README.md Updated aspect ratio for CGA configs and added experimental 'aspect' URL parameter 2016-04-01 21:36:06 -07:00

layout title permalink
page PCjs Project Modules /modules/

Project Modules

This folder contains all the JavaScript source code for the PCjs Project, organized into Node modules. It is the counterpart to node_modules, where all the public Node modules are installed.

The project includes these Emulation Modules:

  • C1Pjs, the 6502-based C1P Emulation Module
  • PCjs, the x86-based IBM PC Emulation Module

along with variety of support modules, such as:

Only private Node modules are checked into this 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.