Changeset 122 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrint.asm


Ignore:
Timestamp:
Feb 28, 2011, 5:56:17 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Bottom info now appears but menu does not.
File:
1 edited

Legend:

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

    r120 r122  
    396396.PrintHotkeyString:
    397397    ; Display Library should not be called like this
    398     mov     si, ATTRIBUTE_CHARS.cTitle
    399     call    MenuAttribute_GetToAXfromTypeInSI
    400     xchg    cx, ax
    401398    mov     si, ATTRIBUTE_CHARS.cHighlightedItem
    402399    call    MenuAttribute_GetToAXfromTypeInSI
    403400    xchg    dx, ax
     401    mov     cx, MONO_BRIGHT
    404402
    405403    test    bl, bl      ; Any Floppy Drives?
     
    412410    test    bh, bh      ; Any Hard Drives?
    413411    jz      SHORT .SkipHardDriveHotkeys
     412    xchg    ax, cx      ; Store Key Attribute
    414413    call    BootMenu_GetLetterForFirstHardDiskToCL
    415414    mov     ch, ANGLE_QUOTE_RIGHT
Note: See TracChangeset for help on using the changeset viewer.