--- layout: page title: PC8080 Device Configurations permalink: /devices/pc8080/ --- 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 Images](ram/) * [ROM Images](rom/) * Video Adapters 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, or it can include pre-configured device XML files, such as those provided above or elsewhere. For example, here's what the [Space Invaders (1978)](/devices/pc8080/machine/invaders/) [XML](/devices/pc8080/machine/invaders/machine.xml) looks like: ```xml Space Invaders ``` In this example, all the devices are fully configured within the machine XML file, except for the [Control Panel](panel/) [XML](panel/left.xml).