Changeset 547 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int19h.asm


Ignore:
Timestamp:
Apr 21, 2013, 3:47:11 PM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Hotkeys were incorrectly initialized to use 'C' as first hard drive letter.
  • All CHS translate modes should again work (incorrectly decremented DX instead of DL, it might or might not have caused problems).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int19h.asm

    r529 r547  
    8686
    8787%ifdef MODULE_HOTKEYS
     88    ; Last hard drive might have scrolled Hotkey Bar out of screen.
     89    ; We want to display it during wait.
     90    call    HotkeyBar_UpdateDuringDriveDetection
     91
    8892.WaitUntilTimeToCloseHotkeyBar:
    8993    call    TimerTicks_ReadFromBdaToAX
Note: See TracChangeset for help on using the changeset viewer.