Changeset 165 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Main.asm


Ignore:
Timestamp:
Aug 20, 2011, 6:37:44 PM (13 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Hopefully this commit is successful. Sorry for the mess.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Main.asm

    r160 r165  
    1919%include "IdeRegisters.inc"     ; For ATA Registers, flags and commands
    2020%include "Int13h.inc"           ; Equates for INT 13h functions
     21%include "EBIOS.inc"            ; Equates for EBIOS functions
    2122%include "CustomDPT.inc"        ; For Disk Parameter Table
    2223%include "RomVars.inc"          ; For ROMVARS and IDEVARS structs
     
    171172%include "DriveXlate.asm"       ; For swapping drive numbers
    172173%include "Address.asm"          ; For sector address translations
     174%include "CommandLookup.asm"    ; For getting correct transfer command
    173175%include "Int13h.asm"           ; For Int 13h, Disk functions
    174176%include "AH0h_HReset.asm"      ; Required by Int13h_Jump.asm
     
    187189%include "AH24h_HSetBlocks.asm" ; Required by Int13h_Jump.asm
    188190%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"
    189197
    190198
Note: See TracChangeset for help on using the changeset viewer.