Changeset 128 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuEvent.asm


Ignore:
Timestamp:
Mar 4, 2011, 1:47:17 PM (13 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Changes to the XTIDE Universal BIOS:

  • Size optimizations in various files.
File:
1 edited

Legend:

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

    r127 r128  
    157157    call    RamVars_GetSegmentToDS
    158158    call    BootMenu_ConvertMenuitemFromCXtoDriveInDX
    159     test    dl, 80h                 ; Floppy drive?
    160     jz      SHORT .DrawFloppyDrive
     159    test    dl, dl                  ; Floppy drive?
     160    jns     SHORT .DrawFloppyDrive
    161161    jmp     [cs:bx+ITEM_TYPE_REFRESH.HardDisk]
    162162ALIGN JUMP_ALIGN
Note: See TracChangeset for help on using the changeset viewer.