Changeset 550 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Main.asm
- Timestamp:
- Apr 27, 2013, 5:30:50 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Main.asm
r545 r550 199 199 %include "DetectDrives.asm" ; For detecting IDE drives 200 200 %include "DetectPrint.asm" ; For printing drive detection strings 201 %ifdef MODULE_COMPATIBLE_TABLES 202 %include "CompatibleDPT.asm" 203 %endif 201 204 202 205 ; Hotkey Bar … … 281 284 %include "AH48h_GetExtendedDriveParameters.asm" 282 285 %include "AH41h_CheckIfExtensionsPresent.asm" 283 %ifdef CREATE_COMPATIBLE_DPT 284 %include "CompatibleDPT.asm" 285 %endif 286 %endif 286 %endif
Note:
See TracChangeset
for help on using the changeset viewer.