Changeset 293 in xtideuniversalbios for trunk/Configurator/Src/Strings.asm


Ignore:
Timestamp:
Mar 4, 2012, 1:33:52 AM (12 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Commit 1/2 (Library, Configurators and Serial Server):

  • Changed Emulate.inc so that making 286 and 386 versions now works. Additionally, only one processor type define is needed in the makefile.
  • Minor optimizations.
  • Fixed spelling and did some cleaning.
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
    62; Description   :   Strings used in this program.
    73
     
    2218g_szFlashTimeout:       db  "Timeout error when polling EEPROM!",STOP
    2319g_szFlashVerifyErr:     db  "Data verification failed!",STOP
    24 g_szFlashDoneReboot:    db  "EEPROM written succesfully. Press any key to reboot.",STOP
    25 g_szFlashDoneContinue:  db  "EEPROM written succesfully.",STOP
     20g_szFlashDoneReboot:    db  "EEPROM written successfully. Press any key to reboot.",STOP
     21g_szFlashDoneContinue:  db  "EEPROM written successfully.",STOP
    2622
    2723
     
    4440g_szDlgMainLoadStngs:   db  "Successfully loaded settings from EEPROM.",STOP
    4541
    46 g_szNfoMainExitToDOS:   db  "Quits XTIDE Univeral BIOS Configurator.",STOP
     42g_szNfoMainExitToDOS:   db  "Quits XTIDE Universal BIOS Configurator.",STOP
    4743g_szNfoMainLoadFile:    db  "Load BIOS file to be configured or flashed.",STOP
    4844g_szNfoMainLoadROM:     db  "Load BIOS from EEPROM to be reconfigured.",STOP
Note: See TracChangeset for help on using the changeset viewer.