Changeset 497 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages
- Timestamp:
- Dec 30, 2012, 6:33:47 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/ConfigurationMenu.asm
r457 r497 26 26 at MENUPAGE.fnEnter, dw ConfigurationMenu_EnterMenuOrModifyItemVisibility 27 27 at MENUPAGE.fnBack, dw MainMenu_EnterMenuOrModifyItemVisibility 28 at MENUPAGE.wMenuitems, dw 1 028 at MENUPAGE.wMenuitems, dw 11 29 29 iend 30 30 … … 87 87 at MENUITEM.bFlags, db FLG_MENUITEM_VISIBLE 88 88 at MENUITEM.bType, db TYPE_MENUITEM_PAGENEXT 89 iend 90 91 g_MenuitemAutoConfigure: 92 istruc MENUITEM 93 at MENUITEM.fnActivate, dw AutoConfigure_ForThisSystem 94 at MENUITEM.szName, dw g_szItemAutoConfigure 95 at MENUITEM.szQuickInfo, dw g_szNfoAutoConfigure 96 at MENUITEM.szHelp, dw g_szNfoAutoConfigure 97 at MENUITEM.bFlags, db FLG_MENUITEM_VISIBLE | FLG_MENUITEM_MODIFY_MENU 98 at MENUITEM.bType, db TYPE_MENUITEM_ACTION 89 99 iend 90 100
Note:
See TracChangeset
for help on using the changeset viewer.