Ignore:
Timestamp:
Mar 17, 2015, 1:14:17 PM (9 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Changes:

  • Size optimizations to the QD Vision code.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Initialization/AdvancedAta/AdvAtaInit.asm

    r568 r582  
    5656;       AL:     Max supported PIO mode
    5757;       AH:     FLGH_DPT_IORDY if IORDY supported, zero otherwise
    58 ;       BX:     Min PIO cycle time (only if CF set)
    59 ;       CF:     Set if PIO limit necessary
     58;       BX:     Min PIO cycle time (only if ZF set)
     59;       ZF:     Set if PIO limit necessary
    6060;               Cleared if no need to limit timings
    6161;   Corrupts registers:
    62 ;       (AX if CF cleared)
     62;       Nothing
    6363;--------------------------------------------------------------------
    6464AdvAtaInit_GetControllerMaxPioModeToALandMinPioCycleTimeToBX    equ Vision_GetMaxPioModeToALandMinCycleTimeToBX
Note: See TracChangeset for help on using the changeset viewer.