pcjs/modules/pc8080
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2016-09-24 16:03:57 -07:00
..
lib Updated Closure Compiler to v20160911, so now we have a version that supports ECMAScript 6, but I'm not going to go bonkers on ES6 features just yet; the first feature I'm going to use is support for octal and binary constants (of the form 0onnnn and 0bnnnn) 2016-09-24 16:03:57 -07:00
README.md README updates 2016-08-23 15:05:19 -07:00

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 Terminal.

PC8080 is comprised of the following non-shared components, as listed in package.json (see the pc8080Files property):