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

version 1.5, 2004/07/12 10:33:02 version 1.6, 2005/02/07 14:46:09
Line 191  static void dlginit(void) { Line 191  static void dlginit(void) {
   
         MENUID  id;          MENUID  id;
   
         menudlg_appends(res_cfg, sizeof(res_cfg)/sizeof(MENUPRM));          menudlg_appends(res_cfg, NELEMETS(res_cfg));
         if (np2cfg.baseclock < ((PCBASECLOCK25 + PCBASECLOCK20) / 2)) {          if (np2cfg.baseclock < ((PCBASECLOCK25 + PCBASECLOCK20) / 2)) {
                 id = DID_CLOCK1;                  id = DID_CLOCK1;
         }          }

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


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