Ignore:
Timestamp:
Feb 22, 2011, 4:39:45 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Configurator v2:

  • Updated for v1.2.0_wip BIOS.
  • IRQ selection is now properly hidden when disabling IRQ.
  • Load BIOS from ROM should now properly appear on main menu.
File:
1 edited

Legend:

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

    r108 r109  
    3636    at  MENUITEM.itemValue + ITEM_VALUE.wMinValue,                  dw  0
    3737    at  MENUITEM.itemValue + ITEM_VALUE.wMaxValue,                  dw  0FFh
    38 iend
    39 
    40 g_MenuitemBootMnuStngsDisplayRomBoot:
    41 istruc MENUITEM
    42     at  MENUITEM.fnActivate,        dw  Menuitem_ActivateMultichoiceSelectionForMenuitemInDSSI
    43     at  MENUITEM.fnFormatValue,     dw  MenuitemPrint_WriteLookupValueStringToBufferInESDIfromShiftedItemInDSSI
    44     at  MENUITEM.szName,            dw  g_szItemBootRomBoot
    45     at  MENUITEM.szQuickInfo,       dw  g_szNfoBootRomBoot
    46     at  MENUITEM.szHelp,            dw  g_szHelpBootRomBoot
    47     at  MENUITEM.bFlags,            db  FLG_MENUITEM_VISIBLE | FLG_MENUITEM_FLAGVALUE
    48     at  MENUITEM.bType,             db  TYPE_MENUITEM_MULTICHOICE
    49     at  MENUITEM.itemValue + ITEM_VALUE.wRomvarsValueOffset,        dw  ROMVARS.wFlags
    50     at  MENUITEM.itemValue + ITEM_VALUE.szDialogTitle,              dw  g_szDlgBootRomBoot
    51     at  MENUITEM.itemValue + ITEM_VALUE.szMultichoice,              dw  g_szMultichoiceBooleanFlag
    52     at  MENUITEM.itemValue + ITEM_VALUE.rgszValueToStringLookup,    dw  g_rgszValueToStringLookupForFlagBooleans
    53     at  MENUITEM.itemValue + ITEM_VALUE.wValueBitmask,              dw  FLG_ROMVARS_ROMBOOT
    5438iend
    5539
Note: See TracChangeset for help on using the changeset viewer.