Changeset 109 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/BootMenuSettingsMenu.asm
- Timestamp:
- Feb 22, 2011, 4:39:45 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/BootMenuSettingsMenu.asm
r108 r109 36 36 at MENUITEM.itemValue + ITEM_VALUE.wMinValue, dw 0 37 37 at MENUITEM.itemValue + ITEM_VALUE.wMaxValue, dw 0FFh 38 iend39 40 g_MenuitemBootMnuStngsDisplayRomBoot:41 istruc MENUITEM42 at MENUITEM.fnActivate, dw Menuitem_ActivateMultichoiceSelectionForMenuitemInDSSI43 at MENUITEM.fnFormatValue, dw MenuitemPrint_WriteLookupValueStringToBufferInESDIfromShiftedItemInDSSI44 at MENUITEM.szName, dw g_szItemBootRomBoot45 at MENUITEM.szQuickInfo, dw g_szNfoBootRomBoot46 at MENUITEM.szHelp, dw g_szHelpBootRomBoot47 at MENUITEM.bFlags, db FLG_MENUITEM_VISIBLE | FLG_MENUITEM_FLAGVALUE48 at MENUITEM.bType, db TYPE_MENUITEM_MULTICHOICE49 at MENUITEM.itemValue + ITEM_VALUE.wRomvarsValueOffset, dw ROMVARS.wFlags50 at MENUITEM.itemValue + ITEM_VALUE.szDialogTitle, dw g_szDlgBootRomBoot51 at MENUITEM.itemValue + ITEM_VALUE.szMultichoice, dw g_szMultichoiceBooleanFlag52 at MENUITEM.itemValue + ITEM_VALUE.rgszValueToStringLookup, dw g_rgszValueToStringLookupForFlagBooleans53 at MENUITEM.itemValue + ITEM_VALUE.wValueBitmask, dw FLG_ROMVARS_ROMBOOT54 38 iend 55 39
Note:
See TracChangeset
for help on using the changeset viewer.