Changeset 137 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot
- Timestamp:
- Mar 13, 2011, 6:38:37 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuEvent.asm
r135 r137 61 61 call BootMenu_GetHeightToAHwithItemCountInAL 62 62 mov [si+MENUINIT.bHeight], ah 63 mov al, TICKS_PER_SECOND 64 mul BYTE [cs:ROMVARS.bBootDelay] 63 mov ax, [cs:ROMVARS.wBootTimeout] 65 64 CALL_MENU_LIBRARY StartSelectionTimeoutWithTicksInAX 66 65 stc
Note:
See TracChangeset
for help on using the changeset viewer.