Changeset 165 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Main.asm
- Timestamp:
- Aug 20, 2011, 6:37:44 PM (14 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Main.asm
r160 r165 19 19 %include "IdeRegisters.inc" ; For ATA Registers, flags and commands 20 20 %include "Int13h.inc" ; Equates for INT 13h functions 21 %include "EBIOS.inc" ; Equates for EBIOS functions 21 22 %include "CustomDPT.inc" ; For Disk Parameter Table 22 23 %include "RomVars.inc" ; For ROMVARS and IDEVARS structs … … 171 172 %include "DriveXlate.asm" ; For swapping drive numbers 172 173 %include "Address.asm" ; For sector address translations 174 %include "CommandLookup.asm" ; For getting correct transfer command 173 175 %include "Int13h.asm" ; For Int 13h, Disk functions 174 176 %include "AH0h_HReset.asm" ; Required by Int13h_Jump.asm … … 187 189 %include "AH24h_HSetBlocks.asm" ; Required by Int13h_Jump.asm 188 190 %include "AH25h_HDrvID.asm" ; Required by Int13h_Jump.asm 191 %include "AH41h_CheckIfExtensionsPresent.asm" 192 %include "AH42h_ExtendedReadSectors.asm" 193 %include "AH43h_ExtendedWriteSectors.asm" 194 %include "AH44h_ExtendedVerifySectors.asm" 195 %include "AH47h_ExtendedSeek.asm" 196 %include "AH48h_GetExtendedDriveParameters.asm" 189 197 190 198
Note:
See TracChangeset
for help on using the changeset viewer.