| version 1.2 | | version 1.3 |
|---|
| | |
| * Routines to configure keyboard, joystick, etc.. | | * Routines to configure keyboard, joystick, etc.. |
| * | | * |
| * $Log$ | | * $Log$ |
| | | * Revision 1.3 1999/10/14 20:33:06 donut |
| | | * alpha fixes from Falk Hueffner |
| | | * |
| * Revision 1.2 1999/09/06 07:01:37 sekmu | | * Revision 1.2 1999/09/06 07:01:37 sekmu |
| * better dos jostick config menu | | * better dos jostick config menu |
| * | | * |
| | |
| ubyte *kc_external_name = NULL; | | ubyte *kc_external_name = NULL; |
| ubyte kc_external_version = 0; | | ubyte kc_external_version = 0; |
| | | |
| void kconfig_init_external_controls(int intno, int address) | | void kconfig_init_external_controls(int intno, ssize_t address) |
| { | | { |
| int i; | | int i; |
| kc_external_intno = intno; | | kc_external_intno = intno; |