|
|
| version 1.24, 2004/01/12 08:01:00 | version 1.26, 2004/01/25 05:41:29 |
|---|---|
| Line 28 | Line 28 |
| #include "s98.h" | #include "s98.h" |
| #include "diskdrv.h" | #include "diskdrv.h" |
| #include "fddfile.h" | #include "fddfile.h" |
| #include "statsave.h" | |
| #define USE_RESUME | #define USE_RESUME |
| Line 110 static void MenuBarInit(void) { | Line 109 static void MenuBarInit(void) { |
| if (hmenu) { | if (hmenu) { |
| AppendResMenu(hmenu, 'DRVR'); | 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_SASI1), -1); |
| InsertMenu(GetMenu(IDM_SASI2), -1); | InsertMenu(GetMenu(IDM_SASI2), -1); |
| InsertMenu(GetMenu(IDM_KEYBOARD), -1); | InsertMenu(GetMenu(IDM_KEYBOARD), -1); |