Changeset 137 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuEvent.asm


Ignore:
Timestamp:
Mar 13, 2011, 6:38:37 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Menu selection timeout is now specified in timer ticks.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuEvent.asm

    r135 r137  
    6161    call    BootMenu_GetHeightToAHwithItemCountInAL
    6262    mov     [si+MENUINIT.bHeight], ah
    63     mov     al, TICKS_PER_SECOND
    64     mul     BYTE [cs:ROMVARS.bBootDelay]
     63    mov     ax, [cs:ROMVARS.wBootTimeout]
    6564    CALL_MENU_LIBRARY StartSelectionTimeoutWithTicksInAX
    6665    stc
Note: See TracChangeset for help on using the changeset viewer.