Improved 8042 (AT and PS/2 keyboard controller emulation), no more hacks, split into various devices depending on vendor (generic, AMI, IBM (MCA), Quadtel, Toshiba), and fixed several commands - hopefully fixes all existing AT+ keyboard problems (such as incorrect scan codes on some machine under some circumstances);
Fixed a bug in the SMC FDC37C932 emulation, fixes the FDC on the two Acer machines; Re-added some Acer-specific I/O port handlers, fixes entry into CMOS Setup on the two Acer machines.
This commit is contained in:
@@ -50,7 +50,12 @@ extern int mouse_scan;
|
||||
extern device_t keyboard_xt_device;
|
||||
extern device_t keyboard_tandy_device;
|
||||
extern device_t keyboard_at_device;
|
||||
extern device_t keyboard_at_ami_device;
|
||||
extern device_t keyboard_at_quadtel_device;
|
||||
extern device_t keyboard_at_toshiba_device;
|
||||
extern device_t keyboard_ps2_device;
|
||||
extern device_t keyboard_ps2_ami_device;
|
||||
extern device_t keyboard_ps2_mca_device;
|
||||
#endif
|
||||
|
||||
extern void keyboard_init(void);
|
||||
|
||||
Reference in New Issue
Block a user