Changeset 152 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h
- Timestamp:
- May 1, 2011, 10:42:58 AM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH0h_HReset.asm
r150 r152 161 161 xor bx, bx 162 162 call FindDPT_ForDriveNumber 163 jnc SHORT .DptNotFound164 163 mov bl, [di+DPT.bIdevarsOffset] 165 164 mov bx, [cs:bx+IDEVARS.wPort] 166 .DptNotFound:167 165 xchg bx, cx 168 166 ret
Note:
See TracChangeset
for help on using the changeset viewer.