Changeset 48 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/Menu.asm
- Timestamp:
- Oct 8, 2010, 3:44:05 PM (15 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Menu/Menu.asm
r41 r48 2 2 ; Project name : Assembly Library 3 3 ; Created date : 3.8.2010 4 ; Last update : 15.9.20104 ; Last update : 7.10.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Menu Library functions for CALL_MENU_LIBRARY macro … … 46 46 47 47 ;at MENU_LIB.SetTitleHeightFromAL, dw MenuInit_SetTitleHeightFromAL ; Special case in CALL_MENU_LIBRARY 48 at MENU_LIB.ClearTitleArea, dw MenuText_ClearTitleArea 48 49 at MENU_LIB.RefreshTitle, dw MenuText_RefreshTitle 49 50 … … 53 54 54 55 ;at MENU_LIB.SetInformationHeightFromAL, dw MenuInit_SetInformationHeightFromAL ; Special case in CALL_MENU_LIBRARY 56 at MENU_LIB.ClearInformationArea, dw MenuText_ClearInformationArea 55 57 at MENU_LIB.RefreshInformation, dw MenuText_RefreshInformation 56 58
Note:
See TracChangeset
for help on using the changeset viewer.