Changeset 60 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/Menu.asm
- Timestamp:
- Nov 25, 2010, 2:17:45 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Menu/Menu.asm
r54 r60 2 2 ; Project name : Assembly Library 3 3 ; Created date : 3.8.2010 4 ; Last update : 2 3.10.20104 ; Last update : 22.11.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Menu Library functions for CALL_MENU_LIBRARY macro … … 57 57 at MENU_LIB.RefreshInformation, dw MenuText_RefreshInformation 58 58 59 at MENU_LIB.RestartTimeout, dw MenuTime_RestartSelectionTimeout 60 ;at MENU_LIB.SetTimeoutValueFromAX, dw MenuTime_SetSelectionTimeoutValueFromAX ; Special case in CALL_MENU_LIBRARY 59 at MENU_LIB.StartSelectionTimeoutWithTicksInAX, dw MenuTime_StartSelectionTimeoutWithTicksInAX 61 60 62 61 %ifdef INCLUDE_MENU_DIALOGS
Note:
See TracChangeset
for help on using the changeset viewer.