Changeset 128 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/RamVars.asm
- Timestamp:
- Mar 4, 2011, 1:47:17 PM (14 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/RamVars.asm
r116 r128 130 130 cmp ah, 08h ; Read Disk Drive Parameters? 131 131 jne SHORT RamVars_IsDriveHandledByThisBIOS 132 test dl, 80h ; We dotnot handle floppy drives133 j zSHORT .FunctionIsNotHandledByOurBIOS132 test dl, dl ; We do not handle floppy drives 133 jns SHORT .FunctionIsNotHandledByOurBIOS 134 134 ALIGN JUMP_ALIGN 135 135 .FunctionIsHandledByOurBIOS:
Note:
See TracChangeset
for help on using the changeset viewer.