| Filename | Latest commit message | Latest commit date |
|---|---|---|
Also, each PCjs debugger can now be independently accessed from an external debugger (eg, "pcx86('ver')" or "pc8080('ver')"); the global '$' symbol is no longer used for debugger access.
TODO: There are still many places where GLOBALVAR should be replaced with PCX86.GLOBALVAR or PC8080.GLOBALVAR as appropriate (which I've finally started doing in each debugger.js file).
|
||
| .. | ||
| build/lib | ||
| c1pjs | ||
| diskdump | ||
| filedump | ||
| grunts | ||
| htmlout | ||
| markout | ||
| pc6502/lib | ||
| pc8080 | ||
| pcx86 | ||
| 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:
- PCx86, the emulation module for x86-based machines
- PC8080, the emulation module for 8080-based machines
- C1Pjs, the 6502-based emulation module for the Challenger 1P
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.