Ignore:
Timestamp:
Oct 5, 2021, 1:01:04 PM (2 years ago)
Author:
krille_n_
Message:

Changes:

  • A huge thank you to Jayeson Lee-Steere for adding SST39SF0x0 flash ROM programming support to the configurator (XTIDECFG.COM). This means that there is no longer a need to use a separate program for flashing the Lo-Tech boards and other devices using these flash ROMs.
File:
1 edited

Legend:

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

    r614 r620  
    5353
    5454; Flashing related strings
    55 g_szFlashTitle:         db  "Flashing EEPROM, please wait.",NULL
    56 g_szErrEepromTooSmall:  db  "Image is too large for selected EEPROM type!",NULL
    57 g_szErrEepromPolling:   db  "Timeout when polling EEPROM.",LF
    58                         db  "EEPROM was not flashed properly!",NULL
    59 g_szErrEepromVerify:    db  "EEPROM did not return the same byte that was written.",LF
    60                         db  "EEPROM was not flashed properly!",NULL
    61 g_szPCFlashSuccessful:  db  "EEPROM was written successfully.",LF
    62                         db  "Press any key to reboot.",NULL
    63 g_szForeignFlash:       db  "EEPROM was written successfully.",NULL
     55g_szFlashTitle:             db  "Flashing EEPROM, please wait.",NULL
     56g_szErrEepromTooSmall:      db  "Image is too large for selected EEPROM type!",NULL
     57g_szErrAddrNot32KAligned:   db  "The selected EEPROM type requires the address to be 32 "
     58                            db  "kiB aligned (C800, D000, D800, E000, etc.)",NULL
     59g_szErrEepromDetection:     db  "EEPROM of type not found.",LF
     60                            db  "EEPROM was not flashed properly!",NULL
     61g_szErrEepromPolling:       db  "Timeout when polling EEPROM.",LF
     62                            db  "EEPROM was not flashed properly!",NULL
     63g_szErrEepromVerify:        db  "EEPROM did not return the same byte that was written.",LF
     64                            db  "EEPROM was not flashed properly!",NULL
     65g_szPCFlashSuccessful:      db  "EEPROM was written successfully.",LF
     66                            db  "Press any key to reboot.",NULL
     67g_szForeignFlash:           db  "EEPROM was written successfully.",NULL
    6468
    6569
     
    556560                                db  "2864 mod (8 kiB)",LF
    557561                                db  "28256 (32 kiB)",LF
    558                                 db  "28512 (64 kiB)",NULL
     562                                db  "28512 (64 kiB)",LF
     563                                db  "SST39SFx flash",NULL
    559564g_szValueFlash2816:             db  "2816",NULL
    560565g_szValueFlash2864:             db  "2864",NULL
     
    562567g_szValueFlash28256:            db  "28256",NULL
    563568g_szValueFlash28512:            db  "28512",NULL
     569g_szValueFlashSST39SF:          db  "SST39SFx",NULL
    564570
    565571g_szMultichoiceSdpCommand:      db  "None",LF
Note: See TracChangeset for help on using the changeset viewer.