README updates
This commit is contained in:
parent
43355dec6f
commit
1d81e555b2
4 changed files with 13 additions and 17 deletions
|
|
@ -15,7 +15,7 @@ All PCjs machines are built from the following sets of devices:
|
|||
|
||||
* [6502-based Devices](c1p/) (e.g., [Challenger 1P](c1p/machine/))
|
||||
* [8080-based Devices](pc8080/) (e.g., [Space Invaders](pc8080/machine/invaders/))
|
||||
* [8086-based Devices](pcx86/) (e.g., [IBM PC, including 80286 and 80386-based compatibles](pcx86/machine/))
|
||||
* [8086-based Devices](pcx86/) (e.g., [IBM PC and compatibles](pcx86/machine/))
|
||||
|
||||
These devices are user-installable components that you would typically find in a real personal computer,
|
||||
such as keyboards, disk drive controllers with one or more drives, video cards, etc.
|
||||
|
|
|
|||
|
|
@ -16,16 +16,13 @@ PCjs supports these early [IBM PC Machines](#ibm-pc-machines):
|
|||
* [IBM PC XT](/devices/pcx86/machine/5160/) (Model 5160)
|
||||
* [IBM PC AT](/devices/pcx86/machine/5170/) (Model 5170)
|
||||
|
||||
PCjs also supports IBM PC-compatibles, such as:
|
||||
PCjs also supports IBM PC-compatibles such as:
|
||||
|
||||
* [AT&T](/devices/pcx86/machine/att/) ([AT&T 6300](/devices/pcx86/machine/att/6300/))
|
||||
* [Columbia Data Products](/devices/pcx86/machine/cdp/) ([MPC 1600](/devices/pcx86/machine/cdp/mpc1600/cga/640kb/))
|
||||
* [COMPAQ](/devices/pcx86/machine/compaq/) ([DeskPro 386](/devices/pcx86/machine/compaq/deskpro386/))
|
||||
* [Zenith Data Systems](/devices/pcx86/machine/zenith/) ([Z-150](/devices/pcx86/machine/zenith/z150/cga/640kb/))
|
||||
|
||||
Learn more about the [Devices](/devices/) used to build all our machines, such as the 6502-based
|
||||
[Ohio Scientific Challenger 1P](/devices/c1p/machine/).
|
||||
|
||||
### Ready-To-Run App Demos
|
||||
|
||||
Machines from our [IBM PC Application Archive](/apps/pcx86/):
|
||||
|
|
|
|||
Loading…
Reference in a new issue