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/Src/Menu/Dialog/StringsForDialogs.asm

    r46 r54  
    22; Project name  :   Assembly Library
    33; Created date  :   14.9.2010
    4 ; Last update   :   1.10.2010
     4; Last update   :   23.10.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Strings used by dialogs.
     
    1111g_szTimeFormat:         db  " %2-u min %2-u sec",LF,CR,NULL
    1212
     13; Strings for Drive Dialog
     14g_szDriveFormat:        db  "%c:",NULL
     15
    1316; Strings for File Dialog
    1417g_szChangeDrive:        db  "F2 Change Drive",LF,CR,NULL
     
    1821g_szSelectNewDrive:
    1922    db      "Select new drive.",NULL
     23g_szLoadingPleaseWait:
     24    db      "Loading. Please wait...",NULL
    2025
    2126g_szEnterNewFileOrDirectory:
Note: See TracChangeset for help on using the changeset viewer.