Changeset 583 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Menus/BootMenu


Ignore:
Timestamp:
Apr 23, 2015, 4:28:47 PM (10 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Changes:

  • Changed BOOT_MENU_DEFAULT_TIMEOUT to reduce rounding error.
  • Minor optimizations and fixes, mostly to the menu library code.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Menus/BootMenu/BootMenuPrint.asm

    r567 r583  
    199199.HardDiskMenuitemInfoForForeignDrive:
    200200    call    DriveXlate_ToOrBack
    201     call    AH15h_GetSectorCountFromForeignDriveToDXAX
     201    call    AH15h_GetSectorCountFromForeignDriveToBXDXAX
    202202
    203203.ConvertSectorCountInBXDXAXtoSizeAndPushForFormat:
Note: See TracChangeset for help on using the changeset viewer.