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


Ignore:
Timestamp:
Jun 7, 2013, 5:05:48 PM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • XTIDE Universal BIOS can now be initialized if non-standard main BIOS does not call INT 19h or if INT 19h handler is replaced by some other BIOS.
File:
1 edited

Legend:

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

    r550 r552  
    257257
    258258    ; INT 13h Hard Disk BIOS functions
     259    %include "Int13hBiosInit.asm"
    259260    %include "Int13h.asm"           ; For Int 13h, Disk functions
    260261    %include "AH0h_HReset.asm"
Note: See TracChangeset for help on using the changeset viewer.