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


Ignore:
Timestamp:
Oct 27, 2012, 11:26:11 AM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • XT-CF DMA transfers should now work.
File:
1 edited

Legend:

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

    r477 r480  
    232232%ifdef MODULE_8BIT_IDE
    233233    %include "JrIdeTransfer.asm"    ; Must be included after IdeCommand.asm
    234     %include "IdeDmaTransfer.asm"
     234    %include "IdeDmaBlock.asm"
    235235%endif
    236236    %include "IdeTransfer.asm"
Note: See TracChangeset for help on using the changeset viewer.