pcjs/modules/pc8080
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2016-05-02 12:54:55 -07:00
..
lib The 8080 CPU goes through the Bus interfaces for all memory accesses now. The PCjs CPU maintained its own copy of Bus memory structures and interfaces, partly for improved performance but also because some CPUs can turn on address translation (ie, paging), making separate interfaces a necessity. However, PC8080 has much lower performance requirements and no address translation requirements, so we should revert to the original Bus interfaces. 2016-05-02 12:54:55 -07:00
README.md Rounded out the PC8080 portion of the tree 2016-05-01 15:12:52 -07:00

layout title permalink
page 8080 Machine Emulation Module (PC8080) /modules/pc8080/

8080 Machine Emulation Module (PC8080)

Overview

PC8080 is an 8080-based Machine Emulation Module. The code is derived from PCjs, the IBM PC Emulation Module.

It is still a work-in-progress. See the list of available PC8080 Machines.

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