pcjs/devices/pc/keyboard
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jeff Parsons 12b760f912 Changed the last embedPC() parameter from sStateFile to sParms, although for backward compatibility, if sParms is not a JSON object definition (ie, beginning with a brace), it continues to be treated as a state filename.
This change allows us to pass any number of additional properties to embedPC(), which in turn can override properties contained in the XML file; the only property overrides currently supported are 'state' (which overrides any 'state' property set in the XML's <computer> element) and 'automount' (which overrides any 'automount' property set in the XML's <fdc> element).  The goal is to make it easier to reuse XML machine definitions, by allowing commonly altered component attributes to be overridden.
2016-01-18 16:11:08 -08:00
..
8042_1503033.TXT Initial commit (a clone of the jsmachines project as of v1.15.3) 2014-09-27 14:52:57 -07:00
8042_INTERN.TXT Initial commit (a clone of the jsmachines project as of v1.15.3) 2014-09-27 14:52:57 -07:00
dasm42.c Updated the 5170 BIOS map, updated 8042 info, fixed some 8042 controller commands, made HLT work, and fixed the debugger's history buffer when executing a mix of real-mode and protected-mode instructions 2014-10-01 17:33:17 -07:00
keyboard-minimal-arrows.xml Saved space on demo keyboard layouts by removing CTRL-ALT-DEL (which you can, of course, still type) 2014-11-16 14:20:20 -08:00
keyboard-minimal-functions.xml Followup to previous delta: removed obsolete "class" attribute from all controls 2014-11-15 18:47:39 -08:00
keyboard-minimal.xml Changed the last embedPC() parameter from sStateFile to sParms, although for backward compatibility, if sParms is not a JSON object definition (ie, beginning with a brace), it continues to be treated as a state filename. 2016-01-18 16:11:08 -08:00
keyboard-us83.xml Followup to previous delta: removed obsolete "class" attribute from all controls 2014-11-15 18:47:39 -08:00
README.md More README updates 2015-12-11 09:26:19 -08:00

layout title permalink
page 8042 Keyboard Controller Internals /devices/pc/keyboard/

8042 Keyboard Controller Internals

The following documents were obtained from halicery.com:

Additional information (eg, undocumented 8042 commands) is also available from OS/2 Museum.