| 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).
|
||
| .. | ||
| lib | ||
| README.md | ||
| layout | title | permalink |
|---|---|---|
| page | 8080 Machine Emulation Module (PC8080) | /modules/pc8080/ |
8080 Machine Emulation Module (PC8080)
Overview
PC8080 is our 8080-based machine emulation module. The code is derived from PCx86.
See the list of available PC8080 Machines, which includes Space Invaders (1978) and the DEC VT100.
PC8080 is comprised of the following non-shared components, as listed in package.json (see the pc8080Files property):