Changeset 114 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/MainMenu.asm
- Timestamp:
- Feb 23, 2011, 5:26:02 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.