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


Ignore:
Timestamp:
Apr 28, 2012, 4:23:30 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Hotkeys are now displayed at least 5 seconds.
  • Optimized ROM initialization routine.
File:
1 edited

Legend:

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

    r397 r413  
    4747%ifdef MODULE_HOTKEYS
    4848struc HOTKEYVARS
     49    .wTimeToClose       resb    2       ; Earliest system time when Hotkey Bar can be closed
    4950    .bScancode          resb    1       ; Function hotkey scancode
    5051    .bFlags             resb    1       ; Must be just before .bHddLetter!
Note: See TracChangeset for help on using the changeset viewer.