Changeset 28 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuEvent.asm
- Timestamp:
- Aug 1, 2010, 5:57:24 PM (15 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuEvent.asm
r3 r28 283 283 mov dl, [cs:ROMVARS.bBootDrv] ; Default boot drive 284 284 call BootMenu_IsDriveInSystem 285 jns SHORT .DoNotSetDefaultMenuitem 285 jnc SHORT .DoNotSetDefaultMenuitem 286 call DriveXlate_SetDriveToSwap 286 287 call BootMenu_ConvertDriveToMenuitem 287 288 mov ax, 1
Note:
See TracChangeset
for help on using the changeset viewer.