Diff for /np2/win9x/np2.cpp between versions 1.22 and 1.23

version 1.22, 2003/11/02 17:03:24 version 1.23, 2003/11/03 00:49:55
Line 1349  int WINAPI WinMain(HINSTANCE hInstance,  Line 1349  int WINAPI WinMain(HINSTANCE hInstance, 
                         return(FALSE);                          return(FALSE);
                 }                  }
         }          }
         if (!(scrnmode & SCRNMODE_FULLSCREEN)) {  
                 if (np2oscfg.toolwin) {  
                         toolwin_create();  
                 }  
                 if (np2oscfg.keydisp) {  
                         keydisp_create();  
                 }  
         }  
   
         if (soundmng_initialize() == SUCCESS) {          if (soundmng_initialize() == SUCCESS) {
                 soundmng_pcmload(SOUND_PCMSEEK, "SEEKWAV", EXTROMIO_RES);                  soundmng_pcmload(SOUND_PCMSEEK, "SEEKWAV", EXTROMIO_RES);
Line 1381  int WINAPI WinMain(HINSTANCE hInstance,  Line 1373  int WINAPI WinMain(HINSTANCE hInstance, 
         pccore_init();          pccore_init();
         S98_init();          S98_init();
   
   
         sstpmsg_welcome();          sstpmsg_welcome();
   
 #ifdef OPENING_WAIT  #ifdef OPENING_WAIT
Line 1392  int WINAPI WinMain(HINSTANCE hInstance,  Line 1383  int WINAPI WinMain(HINSTANCE hInstance, 
   
         pccore_reset();          pccore_reset();
   
           if (!(scrnmode & SCRNMODE_FULLSCREEN)) {
                   if (np2oscfg.toolwin) {
                           toolwin_create();
                   }
                   if (np2oscfg.keydisp) {
                           keydisp_create();
                   }
           }
   
         np2opening = 0;          np2opening = 0;
   
         // れじうむ          // れじうむ

Removed from v.1.22  
changed lines
  Added in v.1.23


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