| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .. | ||
| build/lib | ||
| c1pjs | ||
| diskdump | ||
| filedump | ||
| grunts | ||
| htmlout | ||
| markout | ||
| pc6502/lib | ||
| pc8080 | ||
| pcx86 | ||
| pdp11 | ||
| shared | ||
| textout | ||
| README.md | ||
| 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:
- C1Pjs: 6502 emulation module for the Challenger 1P
- PCx86: x86 emulation module for IBM PC machines
- PC8080: 8080 emulation module for 8080-based machines
- PDPjs: PDP-11 emulation module for PDP-11 machines (eg, PDP-11/20, PDP-11/70)
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.