Reduce keyboard scancode and state arrays from int to uint8_t. Patch from Tale.

This commit is contained in:
SarahW 2018-11-20 10:50:21 +00:00
commit 59d5ce4a50
4 changed files with 219 additions and 217 deletions

View file

@ -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];