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


Ignore:
Timestamp:
Jan 23, 2012, 9:10:05 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Number of sectors to transfer is now limited to 1-128 for old INT 13h functions.
File:
1 edited

Legend:

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

    r199 r218  
    210210    %include "Address.asm"          ; For sector address translations
    211211    %include "CommandLookup.asm"    ; For getting correct transfer command
     212    %include "PrepareBuffer.asm"    ; For buffer pointer normalization
    212213    %include "Int13h.asm"           ; For Int 13h, Disk functions
    213214    %include "AH0h_HReset.asm"      ; Required by Int13h_Jump.asm
Note: See TracChangeset for help on using the changeset viewer.