Changeset 130 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuEvent.asm
- Timestamp:
- Mar 4, 2011, 5:54:41 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuEvent.asm
r128 r130 86 86 call RamVars_GetSegmentToDS 87 87 call DriveXlate_Reset 88 call BootMenu_ ConvertMenuitemFromCXtoDriveInDX88 call BootMenu_GetDriveToDXforMenuitemInCX 89 89 call DriveXlate_SetDriveToSwap 90 90 pop ax ; Update previous item … … 107 107 ALIGN JUMP_ALIGN 108 108 .CheckDriveHotkeys: 109 call BootMenu_ ConvertAsciiHotkeyFromALtoMenuitemInCX110 cmp cx, [bp+MENUINIT.wItems]109 call BootMenu_GetMenuitemToAXforAsciiHotkeyInAL 110 cmp ax, [bp+MENUINIT.wItems] 111 111 jae SHORT .EventCompleted ; Invalid key 112 xchg ax, cx113 112 CALL_MENU_LIBRARY HighlightItemFromAX 114 113 ; Fall to .ItemSelectedFromCX … … 150 149 ; CF: set since event processed 151 150 ;-------------------------------------------------------------------- 152 ALIGN JUMP_ALIGN153 151 .RefreshItemOrInformationWithJumpTableInCSBX: 154 152 cmp cl, NO_ITEM_HIGHLIGHTED … … 156 154 157 155 call RamVars_GetSegmentToDS 158 call BootMenu_ ConvertMenuitemFromCXtoDriveInDX156 call BootMenu_GetDriveToDXforMenuitemInCX 159 157 test dl, dl ; Floppy drive? 160 158 jns SHORT .DrawFloppyDrive
Note:
See TracChangeset
for help on using the changeset viewer.