Changeset 258 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Device/IDE
- Timestamp:
- Feb 22, 2012, 7:01:53 PM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeDPT.asm
r242 r258 12 12 ; CS:BP: Ptr to IDEVARS for the controller 13 13 ; Returns: 14 ; Nothing14 ; CF: Clear, IDE interface only supports hard disks 15 15 ; Corrupts registers: 16 16 ; AX … … 42 42 ; CS:BP: Ptr to IDEVARS for the controller 43 43 ; Returns: 44 ; Nothing44 ; CF: Always clear, we don't support floppies on the IDE inteface 45 45 ; Corrupts registers: 46 46 ; Nothing … … 52 52 53 53 .EndDPT: 54 clc 54 55 ret
Note:
See TracChangeset
for help on using the changeset viewer.