Changeset 58 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/Dialog/DialogDrive.asm
- Timestamp:
- Nov 18, 2010, 2:42:28 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Menu/Dialog/DialogDrive.asm
r54 r58 2 2 ; Project name : Assembly Library 3 3 ; Created date : 22.10.2010 4 ; Last update : 23.10.20104 ; Last update : 18.11.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Displays drive dialog. … … 91 91 istruc MENUEVENT 92 92 at MENUEVENT.InitializeMenuinitFromDSSI, dw .InitializeMenuinitFromDSSI 93 at MENUEVENT.ExitMenu, dw Dialog_Event NotHandled93 at MENUEVENT.ExitMenu, dw Dialog_EventExitMenu 94 94 at MENUEVENT.IdleProcessing, dw Dialog_EventNotHandled 95 95 at MENUEVENT.ItemHighlightedFromCX, dw Dialog_EventNotHandled
Note:
See TracChangeset
for help on using the changeset viewer.