Ignore:
Timestamp:
Mar 29, 2012, 4:40:50 PM (12 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Changes:

  • Added some missing PIO mode timings to ATA_ID.inc (based on info from http://www.singlix.net/specs/cfspc4_0.pdf)
  • Updated Configuration_FullMode.txt but it may need additional changes as the Tandy info doesn't match the wiki.
  • Optimizations.
  • Excluded some unused code from XTIDECFG.
File:
1 edited

Legend:

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

    r293 r370  
    3333
    3434    loop    .FlashNextPage
     35%ifndef CHECK_FOR_UNUSED_ENTRYPOINTS
    3536%if FLASH_RESULT.success = 0    ; Just in case this should ever change
    3637    mov     [bp+FLASHVARS.flashResult], cl
    3738%else
    3839    mov     BYTE [bp+FLASHVARS.flashResult], FLASH_RESULT.success
     40%endif
    3941%endif
    4042    ret
Note: See TracChangeset for help on using the changeset viewer.