Ignore:
Timestamp:
Apr 14, 2013, 5:04:32 PM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Brought back compatible DPTs.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/EBIOS/AH41h_CheckIfExtensionsPresent.asm

    r535 r541  
    4444    mov     WORD [bp+IDEPACK.intpack+INTPACK.bx], 0AA55h
    4545
    46 %ifdef RETURN_DPTE_ON_AH48H
     46%ifdef CREATE_COMPATIBLE_DPT
    4747    call    AH41h_GetSupportBitsToCX
    4848    mov     [bp+IDEPACK.intpack+INTPACK.cx], cx
     
    5757
    5858
    59 %ifdef RETURN_DPTE_ON_AH48H
     59%ifdef CREATE_COMPATIBLE_DPT
    6060;--------------------------------------------------------------------
    6161; AH41h_GetSupportBitsToCX
     
    8787    ret
    8888
    89 %endif ; RETURN_DPTE_ON_AH48H
     89%endif ; CREATE_COMPATIBLE_DPT
Note: See TracChangeset for help on using the changeset viewer.