Changeset 140 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot
- Timestamp:
- Mar 14, 2011, 11:38:26 AM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuEvent.asm
r137 r140 85 85 .ItemHighlightedFromCX: 86 86 push cx 87 push dx88 87 call RamVars_GetSegmentToDS 89 88 call DriveXlate_Reset 90 89 call BootMenu_GetDriveToDXforMenuitemInCX 91 90 call DriveXlate_SetDriveToSwap 92 pop ax ; Update previous item 91 92 xor ax, ax ; Update first floppy drive (for translated drive number) 93 93 CALL_MENU_LIBRARY RefreshItemFromAX 94 pop ax ; Update new item 94 mov dl, 80h 95 call BootMenu_GetMenuitemToDXforDriveInDL 96 xchg ax, dx ; Update first hard disk (for translated drive number) 97 CALL_MENU_LIBRARY RefreshItemFromAX 98 pop ax ; Update new item (for translated drive number) 95 99 CALL_MENU_LIBRARY RefreshItemFromAX 96 100 CALL_MENU_LIBRARY RefreshInformation
Note:
See TracChangeset
for help on using the changeset viewer.