Changeset 398 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Device
- Timestamp:
- Apr 19, 2012, 3:08:06 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeWait.asm
r376 r398 55 55 IDEDEVICE%+Wait_IRQorStatusFlagInBLwithTimeoutInBH: 56 56 %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 58 60 %endif 59 61 ; Always fall to IdeWait_PollStatusFlagInBLwithTimeoutInBH for error processing
Note:
See TracChangeset
for help on using the changeset viewer.