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


Ignore:
Timestamp:
May 2, 2011, 9:41:51 AM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Optimized few bytes.
File:
1 edited

Legend:

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

    r155 r158  
    157157; IDE Device support
    158158%include "IdeCommand.asm"
     159%include "IdeTransfer.asm"      ; Must be included after IdeCommand.asm
    159160%include "IdeDPT.asm"
    160161%include "IdeIO.asm"
    161162%include "IdeIrq.asm"
    162 %include "IdeTransfer.asm"
    163163%include "IdeWait.asm"
    164164%include "IdeError.asm"         ; Must be included after IdeWait.asm
Note: See TracChangeset for help on using the changeset viewer.