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: All our [Challenger 1P Machines](machine/) are built from a collection of devices, including:
* [Control Panel](panel/) * [Control Panels](panel/)
* CPU (6502) * CPU (6502)
* Debugger * Debugger
* Floppy Drive Controller * Floppy Drive Controller
* Keyboard * Keyboard
* [Machines](machine/)
* RAM * RAM
* [ROM](rom/) * [ROM](rom/)
* Serial Port * 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: All our [8080-Based Machines](machine/) are built from a collection of devices, including:
* ChipSets
* [Control Panels](panel/)
* CPU (8080) * CPU (8080)
* [Machines](machine/)
* RAM * RAM
* [ROMs](rom/) * [ROMs](rom/)
* ChipSets
* Video Adapters * Video Adapters
* [Control Panels](panel/)
Complete [machine configurations](machine/) are constructed from those devices. A machine configuration is a single XML file 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, 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: All our [IBM PC Machines](machine/) are built from a collection of devices, including:
* [ChipSet](chipset/) * [ChipSets](chipset/)
* [Control Panel](panel/) * [Control Panels](panel/)
* [CPU](/docs/pcx86/cpu/) * [CPUs](/docs/pcx86/cpu/)
* [Debugger](/docs/pcx86/debugger/) * [Debugger](/docs/pcx86/debugger/)
* [Floppy Drive Controller](/docs/pcx86/fdc/) * [Floppy Drive Controller](/docs/pcx86/fdc/)
* [Hard Drive Controller](/docs/pcx86/hdc/) * [Hard Drive Controller](/docs/pcx86/hdc/)
* [Keyboard](keyboard/) * [Keyboard](keyboard/)
* [Machines](machine/)
* [Mouse](/docs/pcx86/mouse/) * [Mouse](/docs/pcx86/mouse/)
* [RAM](/docs/pcx86/ram/) * [RAM](/docs/pcx86/ram/)
* [ROM](rom/) * [ROMs](rom/)
* [Parallel Port](/docs/pcx86/parallel/) * [Parallel Port](/docs/pcx86/parallel/)
* [Serial Port](/docs/pcx86/serial/) * [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. Each of those devices can be configured in multiple ways, and some support external UI controls.