Changeset 506 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/HotkeyBar.inc


Ignore:
Timestamp:
Feb 28, 2013, 7:00:06 PM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

Preparing for v2.0.0 beta 3 release:

  • Changed version number
  • Reduced minimum time to display hotkeys from 5s to 3s
  • Small AT builds now include MODULE_8BIT_IDE and small XT builds include MODULE_8BIT_IDE_ADVANCED
  • Large builds are now 10k
File:
1 edited

Legend:

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

    r492 r506  
    2121%define HOTKEYBAR_INC
    2222
    23 MIN_TIME_TO_DISPLAY_HOTKEY_BAR          EQU (5000/55)   ; 5000 ms
     23MIN_TIME_TO_DISPLAY_HOTKEY_BAR          EQU (3000/55)   ; 3000 ms
    2424
    2525ROM_BOOT_HOTKEY_SCANCODE                EQU 42h ; F8
Note: See TracChangeset for help on using the changeset viewer.