Changeset 277 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs
- Timestamp:
- Feb 28, 2012, 2:45:48 PM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/FindDPT.asm
r271 r277 43 43 ; 44 44 call RamVars_UnpackFlopCntAndFirstToAL 45 cbw ; normally 0h, could be ffh if no drives present46 adc ah, al ; if no drives present, still ffh (ffh + ffh + 1 = ffh)47 45 js SHORT .DiskIsNotHandledByThisBIOS 46 47 cbw ; Always 0h (no floppy drive covered above) 48 adc ah, al ; Add in first drive number and number of drives 49 48 50 cmp ah, dl ; Check second drive if two, first drive if only one 49 51 jz SHORT .CalcDPTForDriveNumber
Note:
See TracChangeset
for help on using the changeset viewer.