Changeset 127 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenu.asm


Ignore:
Timestamp:
Mar 3, 2011, 6:43:50 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • More boot menu fixes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenu.asm

    r124 r127  
    3636;       CX:     Index of selected item or NO_ITEM_SELECTED
    3737;   Corrupts registers:
    38 ;       BX, DI
     38;       AX, BX, DI
    3939;--------------------------------------------------------------------
    4040ALIGN JUMP_ALIGN
     
    166166    jz      SHORT .ReturnItemIndexInDX  ; Return if floppy drive (HD bit not set)
    167167    call    FloppyDrive_GetCountToCX
     168    and     dl, ~80h                    ; Clear HD bit
    168169    add     dx, cx
    169170.ReturnItemIndexInDX:
Note: See TracChangeset for help on using the changeset viewer.