Diff for /np2/x11/ini.c between versions 1.1 and 1.2

version 1.1, 2003/11/16 16:43:45 version 1.2, 2003/11/23 12:45:43
Line 511  static const INITBL iniitem[] = { Line 511  static const INITBL iniitem[] = {
         {"Joystick", INITYPE_BOOL,      &np2oscfg.JOYPAD1,      0},          {"Joystick", INITYPE_BOOL,      &np2oscfg.JOYPAD1,      0},
         {"Joy1_btn", INITYPE_ARGH8,     np2oscfg.JOY1BTN,       4},          {"Joy1_btn", INITYPE_ARGH8,     np2oscfg.JOY1BTN,       4},
   
         {"comfirm_", INITYPE_BOOL,      &np2oscfg.comfirm,      0},          {"confirm_", INITYPE_BOOL,      &np2oscfg.confirm,      0},
   
         {"mpu98map", INITYPE_STR,       np2oscfg.mpu.mout,      MAX_PATH},          {"mpu98map", INITYPE_STR,       np2oscfg.mpu.mout,      MAX_PATH},
         {"mpu98min", INITYPE_STR,       np2oscfg.mpu.min,       MAX_PATH},          {"mpu98min", INITYPE_STR,       np2oscfg.mpu.min,       MAX_PATH},

Removed from v.1.1  
changed lines
  Added in v.1.2


RetroPC.NET-CVS <cvs@retropc.net>