Diff for /np2/macos9/ini.cpp between versions 1.11 and 1.12

version 1.11, 2004/01/09 04:36:02 version 1.12, 2004/01/09 07:27:15
Line 308  static const INITBL iniitem[] = { Line 308  static const INITBL iniitem[] = {
         {"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},          {"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.11  
changed lines
  Added in v.1.12


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