Changeset 541 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/EBIOS/AH41h_CheckIfExtensionsPresent.asm
- Timestamp:
- Apr 14, 2013, 5:04:32 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/EBIOS/AH41h_CheckIfExtensionsPresent.asm
r535 r541 44 44 mov WORD [bp+IDEPACK.intpack+INTPACK.bx], 0AA55h 45 45 46 %ifdef RETURN_DPTE_ON_AH48H46 %ifdef CREATE_COMPATIBLE_DPT 47 47 call AH41h_GetSupportBitsToCX 48 48 mov [bp+IDEPACK.intpack+INTPACK.cx], cx … … 57 57 58 58 59 %ifdef RETURN_DPTE_ON_AH48H59 %ifdef CREATE_COMPATIBLE_DPT 60 60 ;-------------------------------------------------------------------- 61 61 ; AH41h_GetSupportBitsToCX … … 87 87 ret 88 88 89 %endif ; RETURN_DPTE_ON_AH48H89 %endif ; CREATE_COMPATIBLE_DPT
Note:
See TracChangeset
for help on using the changeset viewer.