Add ability to change AT keyboard scancode and disable translation. Fixes keyboard in Solaris 8.
This commit is contained in:
parent
4476fee2ec
commit
57be2ef8d4
3 changed files with 265 additions and 1 deletions
|
|
@ -4,3 +4,12 @@ void keyboard_process();
|
|||
extern int keyboard_scan;
|
||||
|
||||
extern uint8_t pcem_key[272];
|
||||
|
||||
enum
|
||||
{
|
||||
SCANCODE_SET_1,
|
||||
SCANCODE_SET_2,
|
||||
SCANCODE_SET_3
|
||||
};
|
||||
|
||||
void keyboard_set_scancode_set(int set);
|
||||
|
|
|
|||
Loading…
Reference in a new issue