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


Ignore:
Timestamp:
Mar 14, 2011, 11:38:26 AM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • INT 13h functions should no longer use Assembly Library.
  • Boot menu now properly displays swapped drive numbers.
File:
1 edited

Legend:

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

    r137 r140  
    135135%include "HDrvSel.asm"          ; For selecting drive to access
    136136%include "HCommand.asm"         ; For outputting command and parameters
     137%include "HTimer.asm"           ; For timeout and delay
    137138
    138139; Include .asm files (Interrupt handlers)
Note: See TracChangeset for help on using the changeset viewer.