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


Ignore:
Timestamp:
Oct 1, 2012, 6:33:28 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • XT-CF Control Register definitions should now be correct.
  • Preparations for new function: AH=1Eh, Lo-tech XT-CF Features.
File:
1 edited

Legend:

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

    r461 r471  
    255255    %include "AH11h_HRecal.asm"     ; Required by Int13h_Jump.asm
    256256    %include "AH15h_HSize.asm"      ; Required by Int13h_Jump.asm
     257%ifdef MODULE_8BIT_IDE
     258    %include "AH1Eh_XTCF.asm"
     259%endif
    257260    %include "AH23h_HFeatures.asm"  ; Required by Int13h_Jump.asm
    258261    %include "AH24h_HSetBlocks.asm" ; Required by Int13h_Jump.asm
Note: See TracChangeset for help on using the changeset viewer.