More README updates

This commit is contained in:
Jeff Parsons 2015-12-11 09:26:19 -08:00
commit 78267b2e92
22 changed files with 188 additions and 48 deletions

View file

@ -1,10 +1,16 @@
---
layout: page
title: 8042 Keyboard Controller Internals
permalink: /devices/pc/keyboard/
---
8042 Keyboard Controller Internals
---
The following documents were obtained from [halicery.com](http://halicery.com/):
- [8042_INTERN.TXT]()
- [8042_1503033.TXT]()
- [dasm42.c]()
- [8042_INTERN.TXT](8042_INTERN.TXT)
- [8042_1503033.TXT](8042_1503033.TXT)
- [dasm42.c](dasm42.c)
Additional information (eg, undocumented 8042 commands) is also available from [OS/2 Museum](http://www.os2museum.com/wp/?p=589).

View file

@ -1,6 +1,12 @@
---
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 a particular layout for controls provided by the
[Computer](/docs/pcjs/computer/), [CPU](/docs/pcjs/cpu/), [Keyboard](/docs/pcjs/keyboard/)
and [Debugger](/docs/pcjs/debugger/) components.
and [Debugger](/docs/pcjs/debugger/) components.