PCem

view src/keyboard.h @ 154:d0d530adce12

Initial port to Linux (using Allegro). 64-bit fixes. Some changes to aid portability. A few other tweaks.
author TomW
date Thu Sep 04 21:07:24 2014 +0100
parents bba9a2b71a78
children
line source
1 extern void (*keyboard_send)(uint8_t val);
2 extern void (*keyboard_poll)();
3 extern int keyboard_scan;
5 extern int pcem_key[272];