Changeset 108 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/MainMenu.asm
- Timestamp:
- Feb 18, 2011, 2:50:16 PM (14 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/MainMenu.asm
r68 r108 1 ; File name : MainMenu.asm2 1 ; Project name : XTIDE Universal BIOS Configurator v2 3 ; Created date : 6.10.20104 ; Last update : 9.12.20105 ; Author : Tomi Tilli6 2 ; Description : Main menu structs and functions. 7 3 … … 89 85 at MENUITEM.itemValue + ITEM_VALUE.wRomvarsValueOffset, dw NULL 90 86 at MENUITEM.itemValue + ITEM_VALUE.szDialogTitle, dw NULL 91 at MENUITEM.itemValue + ITEM_VALUE.szMultichoi se, dw NULL92 at MENUITEM.itemValue + ITEM_VALUE.rgwChoi seToValueLookup, dw NULL87 at MENUITEM.itemValue + ITEM_VALUE.szMultichoice, dw NULL 88 at MENUITEM.itemValue + ITEM_VALUE.rgwChoiceToValueLookup, dw NULL 93 89 at MENUITEM.itemValue + ITEM_VALUE.rgszValueToStringLookup, dw NULL 94 90 at MENUITEM.itemValue + ITEM_VALUE.wMinValue, dw NULL
Note:
See TracChangeset
for help on using the changeset viewer.