Changeset 248 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot
- Timestamp:
- Feb 13, 2012, 1:22:18 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- Location:
- trunk/XTIDE_Universal_BIOS/Src/Boot
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenu.asm
r243 r248 27 27 28 28 ;-------------------------------------------------------------------- 29 ; BootMenu_GetDriveToDXforMenuitemInCX_And_RamVars_GetSegmentToDS 29 30 ; BootMenu_GetDriveToDXforMenuitemInCX 30 31 ; Parameters: -
trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuEvent.asm
r241 r248 134 134 cmp ax, [bp+MENUINIT.wItems] 135 135 jae SHORT BootMenuEvent_EventCompleted ; Invalid key 136 137 ; Highlighting new item resets drive translation and we do not want that. 138 ; We must be able to translate both floppy drive and hard drive when using hotkey. 139 call RamVars_GetSegmentToDS 140 mov dx, [RAMVARS.xlateVars+XLATEVARS.wFDandHDswap] 136 141 CALL_MENU_LIBRARY HighlightItemFromAX 142 or [RAMVARS.xlateVars+XLATEVARS.wFDandHDswap], dx 137 143 ; Fall to .ItemSelectedFromCX 138 144 … … 143 149 .ItemSelectedFromCX: 144 150 CALL_MENU_LIBRARY Close 145 151 146 152 BootMenuEvent_EventCompleted: 147 153 stc
Note:
See TracChangeset
for help on using the changeset viewer.