Diff for /xmil/win9xc/ini.cpp between versions 1.3 and 1.4

version 1.3, 2004/08/20 08:41:41 version 1.4, 2005/02/04 06:42:12
Line 35  static const PFTBL iniitem[] = { Line 35  static const PFTBL iniitem[] = {
   
         {"SampleHz", PFTYPE_UINT16,             &xmilcfg.samplingrate,  0},          {"SampleHz", PFTYPE_UINT16,             &xmilcfg.samplingrate,  0},
         {"Latencys", PFTYPE_UINT16,             &xmilcfg.delayms,               0},          {"Latencys", PFTYPE_UINT16,             &xmilcfg.delayms,               0},
   #if defined(SUPPORT_TURBOZ) || defined(SUPPORT_OPM)
         {"OPMsound", PFTYPE_BOOL,               &xmilcfg.SOUND_SW,              0},          {"OPMsound", PFTYPE_BOOL,               &xmilcfg.SOUND_SW,              0},
   #endif
         {"Seek_Snd", PFTYPE_BOOL,               &xmilcfg.MOTOR,                 0},          {"Seek_Snd", PFTYPE_BOOL,               &xmilcfg.MOTOR,                 0},
         {"Seek_Vol", PFMAX_UINT8,               &xmilcfg.MOTORVOL,              100},          {"Seek_Vol", PFMAX_UINT8,               &xmilcfg.MOTORVOL,              100},
   

Removed from v.1.3  
changed lines
  Added in v.1.4


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