pcjs/devices/pc/panel/README.md
2016-03-13 17:44:59 -07:00

19 lines
720 B
Markdown

---
layout: page
title: IBM PC Control Panels
permalink: /devices/pc/panel/
---
IBM PC Control Panels
---
[Control Panels](/docs/pcjs/panel/) are XML files that define layouts for Debugger-related controls.
The following IBM PC control panel configuration files are currently available:
- [default.xml](default.xml) (a simple layout for 8086/8088-based machines)
- [wide.xml](wide.xml) (a wide version of default.xml)
- [wide386.xml](wide386.xml) (a wide version of default.xml for 80386-based machines)
The visual controls described by these layouts are provided by the [Computer](/docs/pcjs/computer/),
[CPU](/docs/pcjs/cpu/), [Keyboard](/docs/pcjs/keyboard/), and [Debugger](/docs/pcjs/debugger/) components.