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


Ignore:
Timestamp:
Mar 1, 2013, 5:12:33 PM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Reduced minimum time to display hotkeys. Now it is 2 seconds.
  • Brought back IDE controller reset.
  • Space savings by merging AH=Dh to AH=0h. AH=Dh is now redirected to AH=9h.
File:
1 edited

Legend:

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

    r506 r507  
    266266    %include "AH9h_HInit.asm"       ; Required by Int13h_Jump.asm
    267267    %include "AHCh_HSeek.asm"       ; Required by Int13h_Jump.asm
    268     %include "AHDh_HReset.asm"      ; Required by Int13h_Jump.asm
    269268    %include "AH10h_HReady.asm"     ; Required by Int13h_Jump.asm
    270269    %include "AH11h_HRecal.asm"     ; Required by Int13h_Jump.asm
Note: See TracChangeset for help on using the changeset viewer.