Changeset 471 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h.asm


Ignore:
Timestamp:
Oct 1, 2012, 6:33:28 PM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • XT-CF Control Register definitions should now be correct.
  • Preparations for new function: AH=1Eh, Lo-tech XT-CF Features.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h.asm

    r445 r471  
    395395    dw  UnsupportedFunction                         ; 1Ch, ESDI Special Functions (PS/2)
    396396    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
    398402    dw  UnsupportedFunction                         ; 1Fh,
    399403    dw  UnsupportedFunction                         ; 20h,
Note: See TracChangeset for help on using the changeset viewer.