Changeset 58 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/Dialog/DialogDrive.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/DialogDrive.asm

    r54 r58  
    22; Project name  :   Assembly Library
    33; Created date  :   22.10.2010
    4 ; Last update   :   23.10.2010
     4; Last update   :   18.11.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Displays drive dialog.
     
    9191istruc MENUEVENT
    9292    at  MENUEVENT.InitializeMenuinitFromDSSI,   dw  .InitializeMenuinitFromDSSI
    93     at  MENUEVENT.ExitMenu,                     dw  Dialog_EventNotHandled
     93    at  MENUEVENT.ExitMenu,                     dw  Dialog_EventExitMenu
    9494    at  MENUEVENT.IdleProcessing,               dw  Dialog_EventNotHandled
    9595    at  MENUEVENT.ItemHighlightedFromCX,        dw  Dialog_EventNotHandled
Note: See TracChangeset for help on using the changeset viewer.