Changeset 398 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Device


Ignore:
Timestamp:
Apr 19, 2012, 3:08:06 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • IRQ related stuff is now optional MODULE_IRQ.
  • XT builds no longer include support for IDE IRQ.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeWait.asm

    r376 r398  
    5555IDEDEVICE%+Wait_IRQorStatusFlagInBLwithTimeoutInBH:
    5656%ifdef ASSEMBLE_SHARED_IDE_DEVICE_FUNCTIONS     ; JR-IDE/ISA does not support IRQ
    57     call    IdeIrq_WaitForIRQ
     57    %ifdef MODULE_IRQ
     58        call    IdeIrq_WaitForIRQ
     59    %endif
    5860%endif
    5961    ; Always fall to IdeWait_PollStatusFlagInBLwithTimeoutInBH for error processing
Note: See TracChangeset for help on using the changeset viewer.