mirror of
https://github.com/jscrane/r65emu.git
synced 2025-01-15 05:31:30 +00:00
5 lines
77 B
C
5 lines
77 B
C
// PS/2 keyboard
|
|
#define USE_KBD
|
|
#define KBD_DATA PE_4
|
|
#define KBD_IRQ PE_5
|