Changeset 65 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Strings.asm
- Timestamp:
- Dec 5, 2010, 6:52:11 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Strings.asm
r63 r65 2 2 ; Project name : XTIDE Universal BIOS Configurator v2 3 3 ; Created date : 5.10.2010 4 ; Last update : 19.11.20104 ; Last update : 5.12.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : All strings. … … 12 12 ; Menu title 13 13 g_szProgramTitle: 14 db "Configuration and Flashing program for XTIDE Universal BIOS v1.1. 4.",LF,CR,NULL14 db "Configuration and Flashing program for XTIDE Universal BIOS v1.1.5.",LF,CR,NULL 15 15 g_szXtideUniversalBiosSignature: db "XTIDE110",NULL 16 16 g_szBiosIsNotLoaded: db "BIOS is not loaded!",NULL … … 41 41 g_szErrorDialog: db "Error!",NULL 42 42 g_szGenericDialogInfo: db "Press ENTER or ESC to close dialog.",NULL 43 44 ; Flashing related strings 45 g_szErrEepromPolling: db "Timeout when polling EEPROM.",LF 46 db "EEPROM was not flashed properly!",NULL 47 g_szErrEepromVerify: db "EEPROM did not return the same byte that was written.",LF 48 db "EEPROM was not flashed properly!",NULL 49 g_szPCFlashSuccessfull: db "EEPROM was written successfully.",LF 50 db "Press any key to reboot.",NULL 51 g_szForeignFlash: db "EEPROM was written successfully.",NULL 43 52 44 53 … … 262 271 db "32 bytes",LF 263 272 db "64 bytes",NULL 264 g_szValueFlash1byte: db " None",NULL273 g_szValueFlash1byte: db "1 byte",NULL 265 274 g_szValueFlash2bytes: db "2 bytes",NULL 266 275 g_szValueFlash4bytes: db "4 bytes",NULL
Note:
See TracChangeset
for help on using the changeset viewer.