Changeset 550 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Main.asm


Ignore:
Timestamp:
Apr 27, 2013, 5:30:50 PM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • CREATE_COMPATIBLE_DPT is now MODULE_COMPATIBLE_TABLES.
  • DPTs pointed by INT 41h and INT 46h are now swapped when swapping drives 81h and 80h.
  • Block mode commands are no longer used when block size is set to 1 with AH=24h.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Main.asm

    r545 r550  
    199199    %include "DetectDrives.asm"     ; For detecting IDE drives
    200200    %include "DetectPrint.asm"      ; For printing drive detection strings
     201%ifdef MODULE_COMPATIBLE_TABLES
     202    %include "CompatibleDPT.asm"
     203%endif
    201204
    202205    ; Hotkey Bar
     
    281284    %include "AH48h_GetExtendedDriveParameters.asm"
    282285    %include "AH41h_CheckIfExtensionsPresent.asm"
    283 %ifdef CREATE_COMPATIBLE_DPT
    284     %include "CompatibleDPT.asm"
    285 %endif
    286 %endif
     286%endif
Note: See TracChangeset for help on using the changeset viewer.