Reduce keyboard scancode and state arrays from int to uint8_t. Patch from Tale.
This commit is contained in:
parent
e0fd70b4a2
commit
59d5ce4a50
4 changed files with 219 additions and 217 deletions
|
|
@ -3,4 +3,4 @@ extern void (*keyboard_poll)();
|
|||
void keyboard_process();
|
||||
extern int keyboard_scan;
|
||||
|
||||
extern int pcem_key[272];
|
||||
extern uint8_t pcem_key[272];
|
||||
|
|
|
|||
Loading…
Reference in a new issue