Ignore:
Timestamp:
Mar 13, 2011, 6:37:27 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Configurator v2:

  • Menu selection timeout is now specified in timer ticks.
  • File was not closed when saving changes.
File:
1 edited

Legend:

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

    r114 r136  
    6161    at  MENUITEM.szQuickInfo,       dw  g_szNfoBootTimeout
    6262    at  MENUITEM.szHelp,            dw  g_szHelpBootTimeout
    63     at  MENUITEM.bFlags,            db  FLG_MENUITEM_VISIBLE | FLG_MENUITEM_BYTEVALUE
     63    at  MENUITEM.bFlags,            db  FLG_MENUITEM_VISIBLE
    6464    at  MENUITEM.bType,             db  TYPE_MENUITEM_UNSIGNED
    65     at  MENUITEM.itemValue + ITEM_VALUE.wRomvarsValueOffset,        dw  ROMVARS.bBootDelay
     65    at  MENUITEM.itemValue + ITEM_VALUE.wRomvarsValueOffset,        dw  ROMVARS.wBootTimeout
    6666    at  MENUITEM.itemValue + ITEM_VALUE.szDialogTitle,              dw  g_szDlgBootTimeout
    6767    at  MENUITEM.itemValue + ITEM_VALUE.wMinValue,                  dw  0
    68     at  MENUITEM.itemValue + ITEM_VALUE.wMaxValue,                  dw  60
     68    at  MENUITEM.itemValue + ITEM_VALUE.wMaxValue,                  dw  1092
    6969iend
    7070
Note: See TracChangeset for help on using the changeset viewer.