mirror of
https://github.com/Tolik-Trek/Shared_Includes.git
synced 2026-06-15 09:01:33 +03:00
...
This commit is contained in:
parent
0fffd6783d
commit
7ef1dd98b4
@ -187,6 +187,19 @@ Error: ;
|
||||
.Write EQU 10 ;
|
||||
.Failure EQU 11 ;
|
||||
.Busy EQU 12 ; DEVICE OPENED
|
||||
; ATAPI ERRORS
|
||||
.NoSence EQU #70
|
||||
.RecoveredError EQU #71
|
||||
.NotReady EQU #72
|
||||
.MediumError EQU #73
|
||||
.HardwareError EQU #74
|
||||
.IllegalRequest EQU #75
|
||||
.UnitAttention EQU #76 ; MediaChanged
|
||||
.DataProtect EQU #77
|
||||
.AbortedCommand EQU #7B
|
||||
.Miscompare EQU #7E
|
||||
.TimeOut EQU #80
|
||||
;
|
||||
.NotSupported EQU #AA ;
|
||||
Error.EMM: ;
|
||||
.InvalidBlockID EQU 0 ;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user