--- np2/macos9/np2.cpp 2004/01/22 04:59:48 1.25 +++ np2/macos9/np2.cpp 2004/01/25 05:41:29 1.26 @@ -109,6 +109,15 @@ static void MenuBarInit(void) { if (hmenu) { AppendResMenu(hmenu, 'DRVR'); } +#if 0 // defined(SUPPORT_SCSI) + hmenu = GetMenuHandle(IDM_HARDDISK); + if (hmenu) { + AppendMenu(hmenu, "\pSCSI #0"); + AppendMenu(hmenu, "\pSCSI #1"); + AppendMenu(hmenu, "\pSCSI #2"); + AppendMenu(hmenu, "\pSCSI #3"); + } +#endif InsertMenu(GetMenu(IDM_SASI1), -1); InsertMenu(GetMenu(IDM_SASI2), -1); InsertMenu(GetMenu(IDM_KEYBOARD), -1);