Changeset 370 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu
- Timestamp:
- Mar 29, 2012, 4:40:50 PM (13 years ago)
- google:author:
- krille_n_@hotmail.com
- Location:
- trunk/Assembly_Library/Src/Menu
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Menu/Menu.asm
r369 r370 50 50 %define RefreshInformation MenuText_RefreshInformation 51 51 52 %ifndef EXCLUDE_FROM_XTIDECFG 52 53 %define StartSelectionTimeoutWithTicksInAX MenuTime_StartSelectionTimeoutWithTicksInAX 54 %endif 53 55 54 56 %ifdef INCLUDE_MENU_DIALOGS -
trunk/Assembly_Library/Src/Menu/MenuTime.asm
r369 r370 15 15 ; AX, BX 16 16 ;-------------------------------------------------------------------- 17 %ifndef EXCLUDE_FROM_XTIDECFG 17 18 ALIGN MENU_JUMP_ALIGN 18 19 MenuTime_StartSelectionTimeoutWithTicksInAX: … … 23 24 pop ds 24 25 ret 26 %endif 25 27 26 28
Note:
See TracChangeset
for help on using the changeset viewer.