Changeset 540 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers


Ignore:
Timestamp:
Apr 13, 2013, 3:40:27 PM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Improved interrupt handling: INT 15h AH=91h is no longer called if AH=90h was not called.
File:
1 edited

Legend:

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

    r533 r540  
    392392    dw  UnsupportedFunction                         ; 12h, Controller RAM Diagnostic (XT)
    393393    dw  UnsupportedFunction                         ; 13h, Drive Diagnostic (XT)
    394     dw  UnsupportedFunction                         ; 14h, Controller Internal Diagnostic (All)
     394    dw  AH10h_HandlerForCheckDriveReady             ; 14h, Controller Internal Diagnostic (All)
    395395    dw  AH15h_HandlerForReadDiskDriveSize           ; 15h, Read Disk Drive Size (AT+)
    396396    dw  UnsupportedFunction                         ; 16h,
Note: See TracChangeset for help on using the changeset viewer.