Changeset 150 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH10h_HReady.asm
- Timestamp:
- Apr 29, 2011, 7:04:13 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH10h_HReady.asm
r148 r150 12 12 ; DL: Translated Drive number 13 13 ; DS:DI: Ptr to DPT (in RAMVARS segment) 14 ; SS:BP: Ptr to I NTPACK15 ; Returns with INTPACK in SS:BP:14 ; SS:BP: Ptr to IDEREGS_AND_INTPACK 15 ; Returns with INTPACK: 16 16 ; AH: Int 13h return status 17 17 ; CF: 0 if succesfull, 1 if error … … 19 19 ALIGN JUMP_ALIGN 20 20 AH10h_HandlerForCheckDriveReady: 21 call HStatus_WaitRdyDefTime 22 xor ah, ah 21 %ifdef USE_186 22 push Int13h_ReturnFromHandlerAfterStoringErrorCodeFromAH 23 jmp Device_SelectDrive 24 %else 25 call Device_SelectDrive 23 26 jmp Int13h_ReturnFromHandlerAfterStoringErrorCodeFromAH 27 %endif
Note:
See TracChangeset
for help on using the changeset viewer.