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

version 1.62, 2004/05/23 04:07:56 version 1.64, 2004/08/16 07:51:15
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 195  static void MenuBarInit(void) { Line 196  static void MenuBarInit(void) {
 #if defined(SUPPORT_PC9821)  #if defined(SUPPORT_PC9821)
         AppendMenuItemTextWithCFString(GetMenuRef(IDM_MEMORY), CFSTR("11.6MB"), kMenuItemAttrIconDisabled, NULL, NULL);          AppendMenuItemTextWithCFString(GetMenuRef(IDM_MEMORY), CFSTR("11.6MB"), kMenuItemAttrIconDisabled, NULL, NULL);
         AppendMenuItemTextWithCFString(GetMenuRef(IDM_MEMORY), CFSTR("13.6MB"), kMenuItemAttrIconDisabled, NULL, NULL);          AppendMenuItemTextWithCFString(GetMenuRef(IDM_MEMORY), CFSTR("13.6MB"), kMenuItemAttrIconDisabled, NULL, NULL);
         SetMenuItemTextWithCFString(GetMenuRef(IDM_HELP), IDM_NP2HELP, CFSTR("Neko Project 21x Help"));          SetMenuItemTextWithCFString(GetMenuRef(IDM_HELP), IDM_NP2HELP, CFCopyLocalizedString(CFSTR("Help"), "Help"));
         SetMenuItemTextWithCFString(GetMenuRef(IDM_APPLE), IDM_ABOUT, CFSTR("About Neko Project 21x..."));          SetMenuItemTextWithCFString(GetMenuRef(IDM_APPLE), IDM_ABOUT, CFCopyLocalizedString(CFSTR("About"), "About"));
         SetMenuItemTextWithCFString(GetMenuRef(IDM_OTHER), IDM_I286SAVE, CFSTR("i386 save"));          SetMenuItemTextWithCFString(GetMenuRef(IDM_OTHER), IDM_I286SAVE, CFCopyLocalizedString(CFSTR("i386 save"), "save"));
 #endif  #endif
   
         if (!(np2cfg.fddequip & 1)) {          if (!(np2cfg.fddequip & 1)) {
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.64


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