Changeset 233 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Inc/MenuStructs.inc
- Timestamp:
- Feb 4, 2012, 6:21:22 PM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Inc/MenuStructs.inc
r199 r233 30 30 FLG_MENUITEM_BYTEVALUE EQU (1<<3) ; Item value is single byte 31 31 FLG_MENUITEM_PROGRAMVAR EQU (1<<4) ; Item is for configuring program, not BIOS 32 FLG_MENUITEM_CHOICESTRINGS EQU (1<<5) ; ChoiceToStringLookup table is 1-1 with ChoiceToValueLookup table, 33 ; ChoiceToStringLookup table must also NULL terminated 32 34 33 35 ; Values for MENUITEM.bType … … 47 49 .rgwChoiceToValueLookup resb 2 ; Ptr to lookup table for translating selected choice to actual value 48 50 .rgszValueToStringLookup: ; Ptr to lookup table for translating value to string 51 .rgszChoiceToStringLookup: 49 52 .wMinValue resb 2 ; Minimum allowed integer value 50 53 .wMaxValue:
Note:
See TracChangeset
for help on using the changeset viewer.