Changeset 114 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2


Ignore:
Timestamp:
Feb 23, 2011, 5:26:02 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Configurator v2:

  • Corrected item counts on some menu pages.
Location:
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/BootMenuSettingsMenu.asm

    r109 r114  
    1010    at  MENUPAGE.fnEnter,           dw  BootMenuSettingsMenu_EnterMenuOrModifyItemVisibility
    1111    at  MENUPAGE.fnBack,            dw  ConfigurationMenu_EnterMenuOrModifyItemVisibility
    12     at  MENUPAGE.wMenuitems,        dw  6
     12    at  MENUPAGE.wMenuitems,        dw  5
    1313iend
    1414
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/ConfigurationMenu.asm

    r109 r114  
    1010    at  MENUPAGE.fnEnter,           dw  ConfigurationMenu_EnterMenuOrModifyItemVisibility
    1111    at  MENUPAGE.fnBack,            dw  MainMenu_EnterMenuOrModifyItemVisibility
    12     at  MENUPAGE.wMenuitems,        dw  11
     12    at  MENUPAGE.wMenuitems,        dw  9
    1313iend
    1414
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/MainMenu.asm

    r108 r114  
    7272    at  MENUITEM.bType,             db  TYPE_MENUITEM_PAGENEXT
    7373iend
    74 
    75 %if FALSE
    76 g_Menuitem:
    77 istruc MENUITEM
    78     at  MENUITEM.fnActivate,        dw  NULL
    79     at  MENUITEM.fnFormatValue,     dw  NULL
    80     at  MENUITEM.szName,            dw  NULL
    81     at  MENUITEM.szQuickInfo,       dw  NULL
    82     at  MENUITEM.szHelp,            dw  NULL
    83     at  MENUITEM.bFlags,            db  NULL
    84     at  MENUITEM.bType,             db  NULL
    85     at  MENUITEM.itemValue + ITEM_VALUE.wRomvarsValueOffset,        dw  NULL
    86     at  MENUITEM.itemValue + ITEM_VALUE.szDialogTitle,              dw  NULL
    87     at  MENUITEM.itemValue + ITEM_VALUE.szMultichoice,              dw  NULL
    88     at  MENUITEM.itemValue + ITEM_VALUE.rgwChoiceToValueLookup,     dw  NULL
    89     at  MENUITEM.itemValue + ITEM_VALUE.rgszValueToStringLookup,    dw  NULL
    90     at  MENUITEM.itemValue + ITEM_VALUE.wMinValue,                  dw  NULL
    91     at  MENUITEM.itemValue + ITEM_VALUE.wMaxValue,                  dw  NULL
    92     at  MENUITEM.itemValue + ITEM_VALUE.wValueBitmask,              dw  NULL
    93 iend
    94 %endif
    9574
    9675
Note: See TracChangeset for help on using the changeset viewer.