Changeset 58 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/Dialog/DialogMessage.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/DialogMessage.asm
r52 r58 2 2 ; Project name : Assembly Library 3 3 ; Created date : 6.8.2010 4 ; Last update : 1 2.10.20104 ; Last update : 18.11.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Displays message dialog. … … 59 59 istruc MENUEVENT 60 60 at MENUEVENT.InitializeMenuinitFromDSSI, dw .InitializeMenuinitFromDSSI 61 at MENUEVENT.ExitMenu, dw Dialog_Event NotHandled61 at MENUEVENT.ExitMenu, dw Dialog_EventExitMenu 62 62 at MENUEVENT.IdleProcessing, dw Dialog_EventNotHandled 63 63 at MENUEVENT.ItemHighlightedFromCX, dw Dialog_EventNotHandled
Note:
See TracChangeset
for help on using the changeset viewer.