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


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

Changes to XTIDE Universal BIOS:

  • Boot menu now displays drive number (untested)
  • Timeout counter implemented to boot menu (untested)
File:
1 edited

Legend:

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

    r130 r135  
    6161    call    BootMenu_GetHeightToAHwithItemCountInAL
    6262    mov     [si+MENUINIT.bHeight], ah
     63    mov     al, TICKS_PER_SECOND
     64    mul     BYTE [cs:ROMVARS.bBootDelay]
     65    CALL_MENU_LIBRARY StartSelectionTimeoutWithTicksInAX
    6366    stc
    6467    ret
Note: See TracChangeset for help on using the changeset viewer.