Difference for main/kconfig.c from version 1.2 to 1.3


version 1.2 version 1.3
Line 19
 
Line 19
  * 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
  *   *
Line 1649
 
Line 1652
 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;

Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3