Changeset 599 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers
- Timestamp:
- Jul 14, 2018, 1:21:16 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int19h.asm
r597 r599 95 95 ; Last hard drive might have scrolled Hotkey Bar out of screen. 96 96 ; We want to display it during wait. 97 call HotkeyBar_UpdateDuringDriveDetection97 ;call HotkeyBar_UpdateDuringDriveDetection 98 98 99 99 .WaitUntilTimeToCloseHotkeyBar: … … 102 102 cmp ax, MIN_TIME_TO_DISPLAY_HOTKEY_BAR 103 103 jb SHORT .WaitUntilTimeToCloseHotkeyBar 104 105 ; Restore system timer tick handler since hotkeys are no longer needed 106 cli 107 mov ax, [es:BOOTVARS.hotkeyVars+HOTKEYVARS.fpPrevTimerHandler] 108 mov [es:SYSTEM_TIMER_TICK*4], ax 109 mov ax, [es:BOOTVARS.hotkeyVars+HOTKEYVARS.fpPrevTimerHandler+2] 110 mov [es:SYSTEM_TIMER_TICK*4+2], ax 111 sti 104 112 %endif 105 113 ; Fall to .ResetAllDrives … … 146 154 SelectDriveToBootFrom: ; Function starts here 147 155 %ifdef MODULE_HOTKEYS 148 call HotkeyBar_UpdateDuringDriveDetection149 156 mov al, [es:BOOTVARS.hotkeyVars+HOTKEYVARS.bScancode] 150 157 cmp al, ROM_BOOT_HOTKEY_SCANCODE
Note:
See TracChangeset
for help on using the changeset viewer.