Changeset 102 in xtideuniversalbios
- Timestamp:
- Feb 1, 2011, 2:43:39 AM (14 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/FloppyDrive.asm
r99 r102 1 ; Project name : IDEBIOS1 ; Project name : XTIDE Universal BIOS 2 2 ; Description : Various floppy drive related functions that 3 3 ; Boot Menu uses. … … 20 20 FloppyDrive_IsInt40hInstalled: 21 21 cmp WORD [es:INTV_FLOPPY_FUNC*4+2], 0C000h ; Any ROM segment? 22 %ifdef USE_AT ; No need to verify on XT systems. 22 23 jb SHORT .Int40hHandlerIsNotInstalled 23 %ifdef USE_AT24 24 call .VerifyInt40hHandlerSinceSomeBiosesSimplyReturnFromInt40h 25 %else26 clc ; INT 40h installed. No need to verify on XT systems.27 %endif28 25 .Int40hHandlerIsNotInstalled: 26 %endif 29 27 cmc 30 28 ret
Note:
See TracChangeset
for help on using the changeset viewer.