Changeset 599 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc
- Timestamp:
- Jul 14, 2018, 1:21:16 PM (6 years ago)
- Location:
- trunk/XTIDE_Universal_BIOS/Inc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/BootVars.inc
r596 r599 40 40 41 41 struc HOTKEYVARS 42 .fpPrevTimerHandler resb 4 ; Previous 1Ch timer hander 42 43 .wTimeWhenDisplayed resb 2 ; System time (ticks) when Hotkey bar was first displayed 43 44 .wFddAndHddLetters: … … 57 58 ; Bit defines for HOTKEYVARS.bFlags 58 59 FLG_HOTKEY_HD_FIRST EQU (1<<0) ; First try to boot from HDD, then FDD 60 FLG_HOTKEY_UPDATING EQU (1<<1) ; Hotkeybar update in progress 59 61 60 62 %endif ; MODULE_HOTKEYS -
trunk/XTIDE_Universal_BIOS/Inc/HotkeyBar.inc
r593 r599 23 23 MIN_TIME_TO_DISPLAY_HOTKEY_BAR EQU (4000/55) ; 4000 ms 24 24 25 ESC_SCANCODE EQU 1 ; ESC key 25 26 FIRST_FUNCTION_KEY_SCANCODE EQU 3Bh ; F1 key 26 27
Note:
See TracChangeset
for help on using the changeset viewer.