Changeset 54 in xtideuniversalbios for trunk/Assembly_Library/Inc/Menu.inc


Ignore:
Timestamp:
Oct 24, 2010, 11:01:17 AM (14 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:
Drive selection moved to own dialog from File Dialog.
File Dialog now displays loading text for better usability in slow systems.
Moved some functions from Memory.asm to new Registers.asm.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Inc/Menu.inc

    r52 r54  
    22; Project name  :   Assembly Library
    33; Created date  :   13.7.2010
    4 ; Last update   :   12.10.2010
     4; Last update   :   23.10.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Defines for Menu library.
     
    8787    .GetStringWithIoInDSSI                          resb    2
    8888    .GetFileNameWithIoInDSSI                        resb    2
     89    .GetDriveWithIoInDSSI                           resb    2
    8990%endif
    9091endstruc
Note: See TracChangeset for help on using the changeset viewer.