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