diff --git a/devices/c1p/README.md b/devices/c1p/README.md index da10dc1c6..3363dc742 100644 --- a/devices/c1p/README.md +++ b/devices/c1p/README.md @@ -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 diff --git a/devices/pc8080/README.md b/devices/pc8080/README.md index 5ca6c5a4b..2628e758c 100644 --- a/devices/pc8080/README.md +++ b/devices/pc8080/README.md @@ -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, diff --git a/devices/pcx86/README.md b/devices/pcx86/README.md index 04745eb3d..ab3536e75 100644 --- a/devices/pcx86/README.md +++ b/devices/pcx86/README.md @@ -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.