Changeset 59 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Inc/MenuStructs.inc
- Timestamp:
- Nov 19, 2010, 10:59:52 AM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Inc/MenuStructs.inc
r57 r59 2 2 ; Project name : XTIDE Universal BIOS Configurator v2 3 3 ; Created date : 5.10.2010 4 ; Last update : 2.11.20104 ; Last update : 18.11.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Menu page and item structs. … … 10 10 struc MENUPAGE 11 11 .fnEnter resb 2 ; Function to initialize MENUPAGE 12 .fnBack resb 2 ; Function to initialize previous MENUPAGE 12 13 .wMenuitems resb 2 ; Number of MENUITEM structs 13 14 .rgMenuitem: ; All MENUITEM structs in this MENUPAGE … … 32 33 FLG_MENUITEM_FLAGVALUE EQU (1<<2) ; Item value is single bit 33 34 FLG_MENUITEM_BYTEVALUE EQU (1<<3) ; Item value is single byte 35 FLG_MENUITEM_PROGRAMVAR EQU (1<<4) ; Item is for configuring program, not BIOS 34 36 35 37 ; Values for MENUITEM.bType
Note:
See TracChangeset
for help on using the changeset viewer.