Changeset 84 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH0h_HReset.asm
- Timestamp:
- Jan 14, 2011, 10:57:46 PM (14 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH0h_HReset.asm
r35 r84 2 2 ; Project name : IDE BIOS 3 3 ; Created date : 27.9.2007 4 ; Last update : 24.8.2010 5 ; Author : Tomi Tilli 4 ; Last update : 13.1.2011 5 ; Author : Tomi Tilli, 6 ; : Krister Nordvall (optimizations) 6 7 ; Description : Int 13h function AH=0h, Disk Controller Reset. 7 8 … … 98 99 mov dl, bl 99 100 call RamVars_IsDriveHandledByThisBIOS 100 j c SHORT .GetFirstDriveForForeignBios101 ret ; Return what was in BL unmodified101 jnc SHORT .Return ; Return what was in BL unmodified 102 mov dl, 80h 102 103 ALIGN JUMP_ALIGN 103 .GetFirstDriveForForeignBios: 104 mov dl, 80h 104 .Return: 105 105 ret 106 106
Note:
See TracChangeset
for help on using the changeset viewer.