Changeset 293 in xtideuniversalbios for trunk/Configurator/Src/Strings.asm
- Timestamp:
- Mar 4, 2012, 1:33:52 AM (13 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Configurator/Src/Strings.asm
r2 r293 1 ; File name : Strings.asm 2 ; Project name : XTIDE Univeral BIOS Configurator 3 ; Created date : 16.4.2010 4 ; Last update : 2.5.2010 5 ; Author : Tomi Tilli 1 ; Project name : XTIDE Universal BIOS Configurator 6 2 ; Description : Strings used in this program. 7 3 … … 22 18 g_szFlashTimeout: db "Timeout error when polling EEPROM!",STOP 23 19 g_szFlashVerifyErr: db "Data verification failed!",STOP 24 g_szFlashDoneReboot: db "EEPROM written succes fully. Press any key to reboot.",STOP25 g_szFlashDoneContinue: db "EEPROM written succes fully.",STOP20 g_szFlashDoneReboot: db "EEPROM written successfully. Press any key to reboot.",STOP 21 g_szFlashDoneContinue: db "EEPROM written successfully.",STOP 26 22 27 23 … … 44 40 g_szDlgMainLoadStngs: db "Successfully loaded settings from EEPROM.",STOP 45 41 46 g_szNfoMainExitToDOS: db "Quits XTIDE Univer al BIOS Configurator.",STOP42 g_szNfoMainExitToDOS: db "Quits XTIDE Universal BIOS Configurator.",STOP 47 43 g_szNfoMainLoadFile: db "Load BIOS file to be configured or flashed.",STOP 48 44 g_szNfoMainLoadROM: db "Load BIOS from EEPROM to be reconfigured.",STOP
Note:
See TracChangeset
for help on using the changeset viewer.