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


Ignore:
Timestamp:
Mar 9, 2013, 3:36:37 PM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Slave drives are again initialized properly
  • Delay for Hotkeybar now works properly
File:
1 edited

Legend:

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

    r500 r520  
    4545%endif
    4646
    47     .clearToZeroFromThisPoint:
     47   
    4848%ifdef MODULE_HOTKEYS
    4949    .hotkeyVars             resb    HOTKEYVARS_size
     50%else
     51    .clearToZeroFromThisPoint:
    5052%endif
    5153
     
    5355endstruc
    5456
     57
    5558%ifdef MODULE_HOTKEYS
    5659
    5760struc HOTKEYVARS
    5861    .wTimeToClose       resb    2       ; Earliest system time when Hotkey Bar can be closed
     62.clearToZeroFromThisPoint:
    5963    .wFddAndHddLetters:
    6064    .bFddLetter         resb    1       ; Floppy Drive letter hotkey (upper case)
Note: See TracChangeset for help on using the changeset viewer.