README updates

This commit is contained in:
Jeff Parsons 2016-10-13 16:47:30 -07:00 committed by Jeff Parsons
commit d68d1aa9bc
3 changed files with 11 additions and 8 deletions

View file

@ -9,11 +9,12 @@ Challenger 1P Device Configurations
All our [Challenger 1P Machines](machine/) are built from a collection of devices, including:
* [Control Panel](panel/)
* [Control Panels](panel/)
* CPU (6502)
* Debugger
* Floppy Drive Controller
* Keyboard
* [Machines](machine/)
* RAM
* [ROM](rom/)
* Serial Port

View file

@ -9,12 +9,13 @@ PC8080 Device Configurations
All our [8080-Based Machines](machine/) are built from a collection of devices, including:
* ChipSets
* [Control Panels](panel/)
* CPU (8080)
* [Machines](machine/)
* RAM
* [ROMs](rom/)
* ChipSets
* Video Adapters
* [Control Panels](panel/)
Complete [machine configurations](machine/) are constructed from those devices. A machine configuration is a single XML file
that lists all the device components to be used. A machine XML file can choose to configure every device itself,

View file

@ -12,19 +12,20 @@ IBM PC Device Configurations
All our [IBM PC Machines](machine/) are built from a collection of devices, including:
* [ChipSet](chipset/)
* [Control Panel](panel/)
* [CPU](/docs/pcx86/cpu/)
* [ChipSets](chipset/)
* [Control Panels](panel/)
* [CPUs](/docs/pcx86/cpu/)
* [Debugger](/docs/pcx86/debugger/)
* [Floppy Drive Controller](/docs/pcx86/fdc/)
* [Hard Drive Controller](/docs/pcx86/hdc/)
* [Keyboard](keyboard/)
* [Machines](machine/)
* [Mouse](/docs/pcx86/mouse/)
* [RAM](/docs/pcx86/ram/)
* [ROM](rom/)
* [ROMs](rom/)
* [Parallel Port](/docs/pcx86/parallel/)
* [Serial Port](/docs/pcx86/serial/)
* [Video](video/)
* [Video Adapters](video/)
Each of those devices can be configured in multiple ways, and some support external UI controls.