- Timestamp:
- Feb 23, 2011, 5:26:02 PM (14 years ago)
- google:author:
- aitotat
- Location:
- trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/BootMenuSettingsMenu.asm
r109 r114 10 10 at MENUPAGE.fnEnter, dw BootMenuSettingsMenu_EnterMenuOrModifyItemVisibility 11 11 at MENUPAGE.fnBack, dw ConfigurationMenu_EnterMenuOrModifyItemVisibility 12 at MENUPAGE.wMenuitems, dw 612 at MENUPAGE.wMenuitems, dw 5 13 13 iend 14 14 -
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/ConfigurationMenu.asm
r109 r114 10 10 at MENUPAGE.fnEnter, dw ConfigurationMenu_EnterMenuOrModifyItemVisibility 11 11 at MENUPAGE.fnBack, dw MainMenu_EnterMenuOrModifyItemVisibility 12 at MENUPAGE.wMenuitems, dw 1112 at MENUPAGE.wMenuitems, dw 9 13 13 iend 14 14 -
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/MainMenu.asm
r108 r114 72 72 at MENUITEM.bType, db TYPE_MENUITEM_PAGENEXT 73 73 iend 74 75 %if FALSE76 g_Menuitem:77 istruc MENUITEM78 at MENUITEM.fnActivate, dw NULL79 at MENUITEM.fnFormatValue, dw NULL80 at MENUITEM.szName, dw NULL81 at MENUITEM.szQuickInfo, dw NULL82 at MENUITEM.szHelp, dw NULL83 at MENUITEM.bFlags, db NULL84 at MENUITEM.bType, db NULL85 at MENUITEM.itemValue + ITEM_VALUE.wRomvarsValueOffset, dw NULL86 at MENUITEM.itemValue + ITEM_VALUE.szDialogTitle, dw NULL87 at MENUITEM.itemValue + ITEM_VALUE.szMultichoice, dw NULL88 at MENUITEM.itemValue + ITEM_VALUE.rgwChoiceToValueLookup, dw NULL89 at MENUITEM.itemValue + ITEM_VALUE.rgszValueToStringLookup, dw NULL90 at MENUITEM.itemValue + ITEM_VALUE.wMinValue, dw NULL91 at MENUITEM.itemValue + ITEM_VALUE.wMaxValue, dw NULL92 at MENUITEM.itemValue + ITEM_VALUE.wValueBitmask, dw NULL93 iend94 %endif95 74 96 75
Note:
See TracChangeset
for help on using the changeset viewer.