Changeset 60 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/Menu.asm


Ignore:
Timestamp:
Nov 25, 2010, 2:17:45 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:

  • Timeout count down is now stopped when any key pressed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/Menu/Menu.asm

    r54 r60  
    22; Project name  :   Assembly Library
    33; Created date  :   3.8.2010
    4 ; Last update   :   23.10.2010
     4; Last update   :   22.11.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Menu Library functions for CALL_MENU_LIBRARY macro
     
    5757    at  MENU_LIB.RefreshInformation,            dw  MenuText_RefreshInformation
    5858
    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
    6160
    6261%ifdef INCLUDE_MENU_DIALOGS
Note: See TracChangeset for help on using the changeset viewer.