Diff for /np2/win9x/dialog/d_config.cpp between versions 1.5 and 1.6

version 1.5, 2003/10/31 03:40:10 version 1.6, 2003/11/02 17:03:24
Line 11 Line 11
   
 static const char str_2halfmhz[] = "2.4576MHz";  static const char str_2halfmhz[] = "2.4576MHz";
 static const char str_2mhz[] = "1.9968MHz";  static const char str_2mhz[] = "1.9968MHz";
 static const char *basecstr[2] = {str_2halfmhz, str_2mhz};  static const char *basecstr[2] = {str_2mhz, str_2halfmhz};
 static const UINT32 mulval[10] = {1, 2, 4, 5, 6, 8, 10, 12, 16, 20};  static const UINT32 mulval[10] = {1, 2, 4, 5, 6, 8, 10, 12, 16, 20};
 static const char str_clockfmt[] = "%2u.%.4u";  static const char str_clockfmt[] = "%2u.%.4u";
   
Line 49  static void cfgcreate(HWND hWnd) { Line 49  static void cfgcreate(HWND hWnd) {
         UINT    val;          UINT    val;
   
         SETLISTSTR(hWnd, IDC_BASECLOCK, basecstr);          SETLISTSTR(hWnd, IDC_BASECLOCK, basecstr);
         if (np2cfg.baseclock >= AVE(PCBASECLOCK25, PCBASECLOCK20)) {          if (np2cfg.baseclock < AVE(PCBASECLOCK25, PCBASECLOCK20)) {
                 val = 0;                  val = 0;
         }          }
         else {          else {

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


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