Changeset 540 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers
- Timestamp:
- Apr 13, 2013, 3:40:27 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h.asm
r533 r540 392 392 dw UnsupportedFunction ; 12h, Controller RAM Diagnostic (XT) 393 393 dw UnsupportedFunction ; 13h, Drive Diagnostic (XT) 394 dw UnsupportedFunction; 14h, Controller Internal Diagnostic (All)394 dw AH10h_HandlerForCheckDriveReady ; 14h, Controller Internal Diagnostic (All) 395 395 dw AH15h_HandlerForReadDiskDriveSize ; 15h, Read Disk Drive Size (AT+) 396 396 dw UnsupportedFunction ; 16h,
Note:
See TracChangeset
for help on using the changeset viewer.