Changeset 519 in xtideuniversalbios


Ignore:
Timestamp:
Mar 5, 2013, 4:12:57 PM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to Configurator v2:

  • IdeAutodetect.asm assembles again.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/IdeAutodetect.asm

    r518 r519  
    207207    ; since that can easily cause invalid JR-IDE/ISA detections.
    208208    test    al, FLG_STATUS_BSY | FLG_STATUS_DF | FLG_STATUS_DRQ | FLG_STATUS_ERR
    209     jnz     SHORT .InvalidStatusRegister    ; Busy or Errors cannot be set
     209    jnz     SHORT NoIdeDeviceFound  ; Busy or Errors cannot be set
    210210    test    al, FLG_STATUS_DRDY
    211     jz      SHORT .InvalidStatusRegister    ; Device needs to be ready
     211    jz      SHORT NoIdeDeviceFound  ; Device needs to be ready
    212212    ret                                     ; Return with CF cleared
    213213
Note: See TracChangeset for help on using the changeset viewer.