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/VariablesAndDPTs/RamVars.asm

    r116 r128  
    130130    cmp     ah, 08h         ; Read Disk Drive Parameters?
    131131    jne     SHORT RamVars_IsDriveHandledByThisBIOS
    132     test    dl, 80h         ; We dot not handle floppy drives
    133     jz      SHORT .FunctionIsNotHandledByOurBIOS
     132    test    dl, dl          ; We do not handle floppy drives
     133    jns     SHORT .FunctionIsNotHandledByOurBIOS
    134134ALIGN JUMP_ALIGN
    135135.FunctionIsHandledByOurBIOS:
Note: See TracChangeset for help on using the changeset viewer.