Changeset 93 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot


Ignore:
Timestamp:
Jan 27, 2011, 6:00:34 PM (14 years ago)
Author:
Tomi Tilli
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Diagnostic cylinder can no longer be reserved.
Location:
trunk/XTIDE_Universal_BIOS/Src/Boot
Files:
2 edited

Legend:

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

    r92 r93  
    8282    add     cl, BOOT_MENU_HEIGHT_WITHOUT_ITEMS
    8383    CALL_DISPLAY_LIBRARY GetColumnsToALandRowsToAH
     84    sub     ah, MENU_SCREEN_BOTTOM_LINES*2
    8485    MIN_U   ah, cl
    8586    ret
  • trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuEvent.asm

    r92 r93  
    6262    mov     BYTE [si+MENUINIT.bWidth], BOOT_MENU_WIDTH
    6363    call    BootMenu_GetHeightToAHwithItemCountInCL
    64     sub     ah, MENU_SCREEN_BOTTOM_LINES*2
    6564    mov     [si+MENUINIT.bHeight], ah
    6665    stc
Note: See TracChangeset for help on using the changeset viewer.