Changeset 599 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/BootVars.inc


Ignore:
Timestamp:
Jul 14, 2018, 1:21:16 PM (6 years ago)
Author:
aitotat
Message:

Hotkey bar is now updated and drawn from system timer tick handler 1Ch. This gives much more responsive key input and makes possible to implement some simple detection animation to show that system has not frozen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Inc/BootVars.inc

    r596 r599  
    4040
    4141struc HOTKEYVARS
     42    .fpPrevTimerHandler resb    4       ; Previous 1Ch timer hander
    4243    .wTimeWhenDisplayed resb    2       ; System time (ticks) when Hotkey bar was first displayed
    4344    .wFddAndHddLetters:
     
    5758; Bit defines for HOTKEYVARS.bFlags
    5859FLG_HOTKEY_HD_FIRST         EQU     (1<<0)  ; First try to boot from HDD, then FDD
     60FLG_HOTKEY_UPDATING         EQU     (1<<1)  ; Hotkeybar update in progress
    5961
    6062%endif ; MODULE_HOTKEYS
Note: See TracChangeset for help on using the changeset viewer.