Diff for /xmil/win9x/xmil.cpp between versions 1.12 and 1.14

version 1.12, 2004/08/08 09:12:06 version 1.14, 2004/08/11 12:08:17
Line 259  LRESULT CALLBACK WndProc(HWND hWnd, UINT Line 259  LRESULT CALLBACK WndProc(HWND hWnd, UINT
   
                                 case IDM_WIDTH80:                                  case IDM_WIDTH80:
                                         crtc.s.TXT_XL = 80;                                          crtc.s.TXT_XL = 80;
                                         crtc.s.GRP_XL = 640;  //                                      crtc.s.GRP_XL = 640;
                                         vrambank_patch();                                          vrambank_patch();
                                         scrnallflash = 1;                                          scrnallflash = 1;
                                         break;                                          break;
   
                                 case IDM_WIDTH40:                                  case IDM_WIDTH40:
                                         crtc.s.TXT_XL = 40;                                          crtc.s.TXT_XL = 40;
                                         crtc.s.GRP_XL = 320;  //                                      crtc.s.GRP_XL = 320;
                                         vrambank_patch();                                          vrambank_patch();
                                         scrnallflash = 1;                                          scrnallflash = 1;
                                         break;                                          break;
Line 677  int WINAPI WinMain(HINSTANCE hInstance,  Line 677  int WINAPI WinMain(HINSTANCE hInstance, 
         file_setcd(modulefile);          file_setcd(modulefile);
         initload();          initload();
   
 //      rand_setseed((unsigned)time(NULL));  
   
         hWnd = FindWindow(szClassName, NULL);          hWnd = FindWindow(szClassName, NULL);
         if (hWnd != NULL) {          if (hWnd != NULL) {
                 ShowWindow(hWnd, SW_RESTORE);                  ShowWindow(hWnd, SW_RESTORE);

Removed from v.1.12  
changed lines
  Added in v.1.14


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