Diff for /np2/macosx/np2.cpp between versions 1.23 and 1.24

version 1.23, 2003/10/28 16:44:44 version 1.24, 2003/10/28 19:17:29
Line 146  static void MenuBarInit(void) { Line 146  static void MenuBarInit(void) {
         InsertMenu(GetMenu(IDM_KEYBOARD), -1);          InsertMenu(GetMenu(IDM_KEYBOARD), -1);
         InsertMenu(GetMenu(IDM_SOUND), -1);          InsertMenu(GetMenu(IDM_SOUND), -1);
         InsertMenu(GetMenu(IDM_MEMORY), -1);          InsertMenu(GetMenu(IDM_MEMORY), -1);
       SetMenuItemModifiers(GetMenuRef(IDM_FDD2), IDM_FDD2OPEN, kMenuOptionModifier);
       SetMenuItemModifiers(GetMenuRef(IDM_FDD2), IDM_FDD2EJECT, kMenuOptionModifier);
       SetMenuItemModifiers(GetMenuRef(IDM_SASI2), IDM_SASI2OPEN, kMenuOptionModifier);
         DrawMenuBar();          DrawMenuBar();
 #else  #else
     OSStatus    err;      OSStatus    err;
Line 487  static void HandleMenuChoice(long wParam Line 490  static void HandleMenuChoice(long wParam
                         dialog_writebmp();                          dialog_writebmp();
                         break;                          break;
   
 #if 0  
         case IDM_S98LOGGING:          case IDM_S98LOGGING:
             menu_sets98logging(S98_logging());              dialog_s98();
             break;              break;
 #endif  
                           
                 case IDM_DISPCLOCK:                  case IDM_DISPCLOCK:
                         menu_setdispclk(np2oscfg.DISPCLK ^ 1);                          menu_setdispclk(np2oscfg.DISPCLK ^ 1);

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


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