Changeset 221 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Main.asm
- Timestamp:
- Jan 25, 2012, 2:36:47 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Main.asm
r218 r221 207 207 208 208 ; INT 13h Hard Disk BIOS functions 209 %include "DriveXlate.asm" ; For swapping drive numbers210 %include "Address.asm" ; For sector address translations211 %include "CommandLookup.asm" ; For getting correct transfer command212 %include "PrepareBuffer.asm" ; For buffer pointer normalization213 209 %include "Int13h.asm" ; For Int 13h, Disk functions 214 210 %include "AH0h_HReset.asm" ; Required by Int13h_Jump.asm … … 227 223 %include "AH24h_HSetBlocks.asm" ; Required by Int13h_Jump.asm 228 224 %include "AH25h_HDrvID.asm" ; Required by Int13h_Jump.asm 225 %include "DriveXlate.asm" ; For swapping drive numbers 226 %include "Address.asm" ; For sector address translations 227 %include "Prepare.asm" ; For buffer pointer normalization 229 228 %ifdef MODULE_EBIOS 230 %include "AH41h_CheckIfExtensionsPresent.asm"231 229 %include "AH42h_ExtendedReadSectors.asm" 232 230 %include "AH43h_ExtendedWriteSectors.asm" … … 234 232 %include "AH47h_ExtendedSeek.asm" 235 233 %include "AH48h_GetExtendedDriveParameters.asm" 234 %include "AH41h_CheckIfExtensionsPresent.asm" 236 235 %endif 237 236
Note:
See TracChangeset
for help on using the changeset viewer.