Diff for /np2/macosx/np2.cpp between versions 1.62 and 1.63

version 1.62, 2004/05/23 04:07:56 version 1.63, 2004/07/13 17:10:06
Line 40 Line 40
 #include        "aboutdlg.h"  #include        "aboutdlg.h"
 #include        "keystat.h"  #include        "keystat.h"
 #include        "subwind.h"  #include        "subwind.h"
   #include        "macclnd.h"
   
 #define NP2OPENING  #define NP2OPENING
 // #define      OPENING_WAIT    1500  // #define      OPENING_WAIT    1500
Line 664  void HandleMenuChoice(long wParam) { Line 665  void HandleMenuChoice(long wParam) {
         case IDM_S98LOGGING:          case IDM_S98LOGGING:
             dialog_s98();              dialog_s98();
             break;              break;
   
           case IDM_CALENDAR:
                           initClnd();
               break;
                           
                 case IDM_DISPCLOCK:                  case IDM_DISPCLOCK:
                         menu_setdispclk(np2oscfg.DISPCLK ^ 1);                          menu_setdispclk(np2oscfg.DISPCLK ^ 1);

Removed from v.1.62  
changed lines
  Added in v.1.63


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