Ignore:
Timestamp:
Oct 5, 2021, 1:01:04 PM (3 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/Flash.asm

    r596 r620  
    123123    dw      DoNotWriteAnySdpCommand                 ; EEPROM_TYPE.28256_32kiB
    124124    dw      DoNotWriteAnySdpCommand                 ; EEPROM_TYPE.28512_64kiB
     125    dw      DoNotWriteAnySdpCommand                 ; EEPROM_TYPE.SST_39SF
    125126.rgfnEnableSdpAndFlash:     ; SDP_COMMAND.enable
    126127    dw      WriteSdpEnableCommandFor2816            ; EEPROM_TYPE.2816_2kiB
     
    129130    dw      WriteSdpEnableCommandFor28256or28512    ; EEPROM_TYPE.28256_32kiB
    130131    dw      WriteSdpEnableCommandFor28256or28512    ; EEPROM_TYPE.28512_64kiB
     132    dw      DoNotWriteAnySdpCommand                 ; EEPROM_TYPE.SST_39SF
    131133.rgfnDisableSdpAndFlash:    ; SDP_COMMAND.disable
    132134    dw      WriteSdpDisableCommandFor2816           ; EEPROM_TYPE.2816_2kiB
     
    135137    dw      WriteSdpDisableCommandFor28256or28512   ; EEPROM_TYPE.28256_32kiB
    136138    dw      WriteSdpDisableCommandFor28256or28512   ; EEPROM_TYPE.28512_64kiB
     139    dw      DoNotWriteAnySdpCommand                 ; EEPROM_TYPE.SST_39SF
    137140
    138141
Note: See TracChangeset for help on using the changeset viewer.