Diff for /np2/win9x/np2.cpp between versions 1.45 and 1.48

version 1.45, 2004/03/25 08:51:24 version 1.48, 2004/04/07 13:15:40
Line 323  static void np2popup(HWND hWnd, LPARAM l Line 323  static void np2popup(HWND hWnd, LPARAM l
         DestroyMenu(hMenu);          DestroyMenu(hMenu);
 }  }
   
 // extern "C" void iptrace_out(void);  
   
 static void np2cmd(HWND hWnd, UINT16 cmd) {  static void np2cmd(HWND hWnd, UINT16 cmd) {
   
         UINT    update;          UINT    update;
Line 776  static void np2cmd(HWND hWnd, UINT16 cmd Line 774  static void np2cmd(HWND hWnd, UINT16 cmd
                         dialog_writebmp(hWnd);                          dialog_writebmp(hWnd);
                         winuileave();                          winuileave();
                         break;                          break;
   #if defined(SUPPPORT_S98)
                 case IDM_S98LOGGING:                  case IDM_S98LOGGING:
                         winuienter();                          winuienter();
                         dialog_s98(hWnd);                          dialog_s98(hWnd);
                         winuileave();                          winuileave();
                         break;                          break;
   #endif
 #if defined(SUPPORT_WAVEREC)  #if defined(SUPPORT_WAVEREC)
                 case IDM_WAVEREC:                  case IDM_WAVEREC:
                         winuienter();                          winuienter();
Line 1319  static void framereset(UINT cnt) { Line 1318  static void framereset(UINT cnt) {
         framecnt = 0;          framecnt = 0;
         scrnmng_dispclock();          scrnmng_dispclock();
         kdispwin_draw((BYTE)cnt);          kdispwin_draw((BYTE)cnt);
           skbdwin_process();
         toolwin_draw((BYTE)cnt);          toolwin_draw((BYTE)cnt);
         viewer_allreload(FALSE);          viewer_allreload(FALSE);
         if (np2oscfg.DISPCLK & 3) {          if (np2oscfg.DISPCLK & 3) {
Line 1687  int WINAPI WinMain(HINSTANCE hInstance,  Line 1687  int WINAPI WinMain(HINSTANCE hInstance, 
                 kdispwin_writeini();                  kdispwin_writeini();
                 skbdwin_writeini();                  skbdwin_writeini();
         }          }
           skbdwin_deinitialize();
   
         TRACETERM();          TRACETERM();
         _MEM_USED("report.txt");          _MEM_USED("report.txt");

Removed from v.1.45  
changed lines
  Added in v.1.48


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