Ignore:
Timestamp:
Dec 5, 2010, 6:52:11 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS Configurator v2:

  • All necessary features should now be implemented.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Strings.asm

    r63 r65  
    22; Project name  :   XTIDE Universal BIOS Configurator v2
    33; Created date  :   5.10.2010
    4 ; Last update   :   19.11.2010
     4; Last update   :   5.12.2010
    55; Author        :   Tomi Tilli
    66; Description   :   All strings.
     
    1212; Menu title
    1313g_szProgramTitle:
    14     db  "Configuration and Flashing program for XTIDE Universal BIOS v1.1.4.",LF,CR,NULL
     14    db  "Configuration and Flashing program for XTIDE Universal BIOS v1.1.5.",LF,CR,NULL
    1515g_szXtideUniversalBiosSignature:    db  "XTIDE110",NULL
    1616g_szBiosIsNotLoaded:                db  "BIOS is not loaded!",NULL
     
    4141g_szErrorDialog:        db  "Error!",NULL
    4242g_szGenericDialogInfo:  db  "Press ENTER or ESC to close dialog.",NULL
     43
     44; Flashing related strings
     45g_szErrEepromPolling:   db  "Timeout when polling EEPROM.",LF
     46                        db  "EEPROM was not flashed properly!",NULL
     47g_szErrEepromVerify:    db  "EEPROM did not return the same byte that was written.",LF
     48                        db  "EEPROM was not flashed properly!",NULL
     49g_szPCFlashSuccessfull: db  "EEPROM was written successfully.",LF
     50                        db  "Press any key to reboot.",NULL
     51g_szForeignFlash:       db  "EEPROM was written successfully.",NULL
    4352
    4453
     
    262271                        db  "32 bytes",LF
    263272                        db  "64 bytes",NULL
    264 g_szValueFlash1byte:    db  "None",NULL
     273g_szValueFlash1byte:    db  "1 byte",NULL
    265274g_szValueFlash2bytes:   db  "2 bytes",NULL
    266275g_szValueFlash4bytes:   db  "4 bytes",NULL
Note: See TracChangeset for help on using the changeset viewer.