Rounded out the PC8080 portion of the tree
This commit is contained in:
parent
b04ef7e49f
commit
e9099c6d38
22 changed files with 154 additions and 21 deletions
|
|
@ -9,7 +9,9 @@ IBM PC Emulation Module (PCjs)
|
|||
|
||||
Overview
|
||||
---
|
||||
The PCjs IBM PC Emulation Module divides PC functionality into variety of logical and visual components.
|
||||
The PCjs IBM PC Emulation Module is the engine underlying all our [IBM PC Machines](/devices/pc/machine/).
|
||||
|
||||
This module divides PC functionality into variety of logical and visual components.
|
||||
In general, each JavaScript file is responsible for a single component or set of related components (eg,
|
||||
[chipset.js](lib/chipset.js)). Most components represent familiar PC devices, such as video cards, disk
|
||||
controllers, etc.
|
||||
|
|
|
|||
Loading…
Reference in a new issue