Link updates
This commit is contained in:
parent
a54d5564a7
commit
d29ef36ea1
30 changed files with 84 additions and 66 deletions
|
|
@ -9,12 +9,14 @@ Challenger 1P Device Configurations
|
|||
|
||||
All our [Challenger 1P Machines](machine/) are built from a collection of devices, including:
|
||||
|
||||
* [Control Panel](panel/)
|
||||
* CPU (6502)
|
||||
* Debugger
|
||||
* Floppy Drive Controller
|
||||
* Keyboard
|
||||
* RAM
|
||||
* [ROMs](rom/)
|
||||
* Keyboards
|
||||
* [Video Resources](video/)
|
||||
* Floppy Drive Controllers
|
||||
* [Control Panels](panel/)
|
||||
* [ROM](rom/)
|
||||
* Serial Port
|
||||
* [Video](video/)
|
||||
|
||||
The project also includes an assortment of Challenger 1P [Applications](/apps/c1p/) and [Disk Images](/disks/c1p/).
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@ permalink: /devices/c1p/panel/
|
|||
Challenger 1P Control Panels
|
||||
---
|
||||
|
||||
A Control Panel is a collection of machine controls (e.g., buttons, register values, etc) bound to the *CPU* and
|
||||
*Debugger* components and usually defined in a separate XML file.
|
||||
|
||||
The following C1P Control Panels are available:
|
||||
|
||||
- [default.xml](default.xml)
|
||||
|
|
|
|||
Loading…
Reference in a new issue