Ignore:
Timestamp:
Nov 19, 2010, 10:59:52 AM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Configuration Program v2:

  • Menu structure should now be complete.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Inc/MenuStructs.inc

    r57 r59  
    22; Project name  :   XTIDE Universal BIOS Configurator v2
    33; Created date  :   5.10.2010
    4 ; Last update   :   2.11.2010
     4; Last update   :   18.11.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Menu page and item structs.
     
    1010struc MENUPAGE
    1111    .fnEnter            resb    2   ; Function to initialize MENUPAGE
     12    .fnBack             resb    2   ; Function to initialize previous MENUPAGE
    1213    .wMenuitems         resb    2   ; Number of MENUITEM structs
    1314    .rgMenuitem:                    ; All MENUITEM structs in this MENUPAGE
     
    3233FLG_MENUITEM_FLAGVALUE      EQU (1<<2)  ; Item value is single bit
    3334FLG_MENUITEM_BYTEVALUE      EQU (1<<3)  ; Item value is single byte
     35FLG_MENUITEM_PROGRAMVAR     EQU (1<<4)  ; Item is for configuring program, not BIOS
    3436
    3537; Values for MENUITEM.bType
Note: See TracChangeset for help on using the changeset viewer.