Changeset 471 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src
- Timestamp:
- Oct 1, 2012, 6:33:28 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- Location:
- trunk/XTIDE_Universal_BIOS/Src
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h.asm
r445 r471 395 395 dw UnsupportedFunction ; 1Ch, ESDI Special Functions (PS/2) 396 396 dw UnsupportedFunction ; 1Dh, 397 dw UnsupportedFunction ; 1Eh, 397 %ifdef MODULE_8BIT_IDE 398 dw AH1Eh_HandlerForXTCFfeatures ; 1Eh, Lo-tech XT-CF features (XTIDE Universal BIOS) 399 %else 400 dw UnsupportedFunction ; 1Eh, 401 %endif 398 402 dw UnsupportedFunction ; 1Fh, 399 403 dw UnsupportedFunction ; 20h, -
trunk/XTIDE_Universal_BIOS/Src/Main.asm
r461 r471 255 255 %include "AH11h_HRecal.asm" ; Required by Int13h_Jump.asm 256 256 %include "AH15h_HSize.asm" ; Required by Int13h_Jump.asm 257 %ifdef MODULE_8BIT_IDE 258 %include "AH1Eh_XTCF.asm" 259 %endif 257 260 %include "AH23h_HFeatures.asm" ; Required by Int13h_Jump.asm 258 261 %include "AH24h_HSetBlocks.asm" ; Required by Int13h_Jump.asm
Note:
See TracChangeset
for help on using the changeset viewer.