Changeset 519 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src
- Timestamp:
- Mar 5, 2013, 4:12:57 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/IdeAutodetect.asm
r518 r519 207 207 ; since that can easily cause invalid JR-IDE/ISA detections. 208 208 test al, FLG_STATUS_BSY | FLG_STATUS_DF | FLG_STATUS_DRQ | FLG_STATUS_ERR 209 jnz SHORT .InvalidStatusRegister; Busy or Errors cannot be set209 jnz SHORT NoIdeDeviceFound ; Busy or Errors cannot be set 210 210 test al, FLG_STATUS_DRDY 211 jz SHORT .InvalidStatusRegister; Device needs to be ready211 jz SHORT NoIdeDeviceFound ; Device needs to be ready 212 212 ret ; Return with CF cleared 213 213
Note:
See TracChangeset
for help on using the changeset viewer.