Diff for /np2/macos9/ini.cpp between versions 1.10 and 1.15

version 1.10, 2004/01/07 08:33:00 version 1.15, 2004/02/21 04:48:35
Line 283  const INITBL *pterm; Line 283  const INITBL *pterm;
   
 // ----  // ----
   
 extern  int             winx;  
 extern  int             winy;  
   
 static const char ini_title[] = "NekoProjectII";  static const char ini_title[] = "NekoProjectII";
 static const char inifile[] = "np2.cfg";  static const char inifile[] = "np2.cfg";
   
Line 303  static const INITBL iniitem[] = { Line 300  static const INITBL iniitem[] = {
         {"ExMemory", INITYPE_UINT8,             &np2cfg.EXTMEM,                 0},          {"ExMemory", INITYPE_UINT8,             &np2cfg.EXTMEM,                 0},
         {"ITF_WORK", INITYPE_BOOL,              &np2cfg.ITF_WORK,               0},          {"ITF_WORK", INITYPE_BOOL,              &np2cfg.ITF_WORK,               0},
   
         {"HDD1FILE", INITYPE_STR,               np2cfg.hddfile[0],              MAX_PATH},          {"HDD1FILE", INITYPE_STR,               np2cfg.sasihdd[0],              MAX_PATH},
         {"HDD2FILE", INITYPE_STR,               np2cfg.hddfile[1],              MAX_PATH},          {"HDD2FILE", INITYPE_STR,               np2cfg.sasihdd[1],              MAX_PATH},
   #if defined(SUPPORT_SCSI)
           {"SCSIHDD0", INITYPE_STR,               np2cfg.scsihdd[0],              MAX_PATH},
           {"SCSIHDD1", INITYPE_STR,               np2cfg.scsihdd[1],              MAX_PATH},
           {"SCSIHDD2", INITYPE_STR,               np2cfg.scsihdd[2],              MAX_PATH},
           {"SCSIHDD3", INITYPE_STR,               np2cfg.scsihdd[3],              MAX_PATH},
   #endif
         {"fontfile", INITYPE_STR,               np2cfg.fontfile,                MAX_PATH},          {"fontfile", INITYPE_STR,               np2cfg.fontfile,                MAX_PATH},
         {"biospath", INITYPE_STR,               np2cfg.biospath,                MAX_PATH},          {"biospath", INITYPE_STR,               np2cfg.biospath,                MAX_PATH},
           {"hdrvroot", INITYPE_STR,               np2cfg.hdrvroot,                MAX_PATH},
           {"hdrv_acc", INITYPE_UINT8,             &np2cfg.hdrvacc,                0},
   
         {"SampleHz", INITYPE_UINT16,    &np2cfg.samplingrate,   0},          {"SampleHz", INITYPE_UINT16,    &np2cfg.samplingrate,   0},
         {"Latencys", INITYPE_UINT16,    &np2cfg.delayms,                0},          {"Latencys", INITYPE_UINT16,    &np2cfg.delayms,                0},

Removed from v.1.10  
changed lines
  Added in v.1.15


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