Changeset 505 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH0h_HReset.asm
- Timestamp:
- Feb 25, 2013, 4:23:09 PM (12 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
r503 r505 39 39 AH0h_HandlerForDiskControllerReset: 40 40 ; Reset foreign Floppy and Hard Drives (those handled by other BIOSes) 41 xor bx, bx ; Zero BH to assume no errors42 or bl, dl ; Copy requested drive to BL 41 eMOVZX bx, dl ; Copy requested drive to BL and zero BH to assume no errors 42 43 43 xor ah, ah ; Disk Controller Reset 44 44 call Int13h_CallPreviousInt13hHandler ; Reset floppy drives only or floppy drives and foreign hard disks
Note:
See TracChangeset
for help on using the changeset viewer.