Changeset 524 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/BootVars.inc
- Timestamp:
- Mar 14, 2013, 2:28:30 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/BootVars.inc
r520 r524 44 44 .wNextXTCFportToScan resb 2 ; Needed for XT-CF port autodetection 45 45 %endif 46 47 48 46 %ifdef MODULE_HOTKEYS 49 47 .hotkeyVars resb HOTKEYVARS_size 50 %else51 .clearToZeroFromThisPoint:52 48 %endif 53 54 49 .rgDrvDetectInfo: ; Array containing DRVDETECTINFO structs 55 50 endstruc … … 59 54 60 55 struc HOTKEYVARS 61 .wTimeToClose resb 2 ; Earliest system time when Hotkey Bar can be closed 62 .clearToZeroFromThisPoint: 56 .wTimeWhenDisplayed resb 2 ; System time (ticks) when Hotkey bar was first displayed 63 57 .wFddAndHddLetters: 64 58 .bFddLetter resb 1 ; Floppy Drive letter hotkey (upper case) … … 74 68 %endif 75 69 76 ; Bit defines for KEYBOARDVARS.bFlags77 FLG_HOTKEY_HD_FIRST EQU (1<<0) ; First try to boot from HDD, then FDD70 ; Bit defines for HOTKEYVARS.bFlags 71 FLG_HOTKEY_HD_FIRST EQU (1<<0) ; First try to boot from HDD, then FDD 78 72 79 73 %endif ; MODULE_HOTKEYS
Note:
See TracChangeset
for help on using the changeset viewer.