Changeset 58 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/Dialog/Dialog.asm


Ignore:
Timestamp:
Nov 18, 2010, 2:42:28 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:

  • Exiting menu with ESC can now be canceled.
File:
1 edited

Legend:

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

    r52 r58  
    22; Project name  :   Assembly Library
    33; Created date  :   6.8.2010
    4 ; Last update   :   12.10.2010
     4; Last update   :   18.11.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Common functions for many dialogs.
     
    6363;--------------------------------------------------------------------
    6464; Dialog_EventAnyThatClosesDialog
     65; Dialog_EventExitMenu
    6566;   Parameters:
    6667;       SS:BP:  Ptr to DIALOG
     
    7374Dialog_EventAnyThatClosesDialog:
    7475    call    MenuInit_CloseMenuWindow
     76ALIGN JUMP_ALIGN
     77Dialog_EventExitMenu:
    7578    stc
    7679    ret
Note: See TracChangeset for help on using the changeset viewer.