Diff for /np2/embed/menu/dlgcfg.c between versions 1.6 and 1.7

version 1.6, 2005/02/07 14:46:09 version 1.7, 2005/02/07 14:51:03
Line 191  static void dlginit(void) { Line 191  static void dlginit(void) {
   
         MENUID  id;          MENUID  id;
   
         menudlg_appends(res_cfg, NELEMETS(res_cfg));          menudlg_appends(res_cfg, NELEMENTS(res_cfg));
         if (np2cfg.baseclock < ((PCBASECLOCK25 + PCBASECLOCK20) / 2)) {          if (np2cfg.baseclock < ((PCBASECLOCK25 + PCBASECLOCK20) / 2)) {
                 id = DID_CLOCK1;                  id = DID_CLOCK1;
         }          }

Removed from v.1.6  
changed lines
  Added in v.1.7


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