Changeset 550 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/ModuleDependency.inc


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/Inc/ModuleDependency.inc

    r541 r550  
    5050%endif
    5151
     52%ifdef MODULE_COMPATIBLE_TABLES
     53    %include "CompatibleDPT.inc"
     54%endif
     55
    5256%ifdef MODULE_EBIOS
    5357    %include "EBIOS.inc"            ; Equates for EBIOS functions
    54     %ifdef CREATE_COMPATIBLE_DPT
    55         %include "CompatibleDPT.inc"
    56     %endif
    5758%endif
    5859
Note: See TracChangeset for help on using the changeset viewer.