; System wide error message dictionary

;BadTrack        ERR             &00803404, "Bad track number"
DriveEmpty      ERR             &00803406, "CD-ROM drive empty"
;CantPlay        ERR             &00803406, "Not audio"
Locked          ERR             &0080340D, "CD-ROM drive drawer locked"
;MustBe2048      ERR             &0080340E, "CDFaker can't read more than 2048 bytes per sector"
;BadSub          ERR             &0080340F, "Sub-channel not supported"
;Sense02         ERR             &00803415, "Not an addressable block"
;NoCanDo         ERR             &00803416, "CDFaker does not support that"
;Timeout         ERR             &0080345F, "No response from CDFaker drive"
;Sense03         ERR             &00803460, "Fatal read failure"
;Sense04         ERR             &00803461, "Failed to seek correctly"
;SenseAudio      ERR             &00803462, "Can't read audio data"
;SenseUK         ERR             &00803463, "Unknown sense"
;CantReadTOC     ERR             &00803464, "Failed to read TOC"
;BadTOC          ERR             &00803465, "Bad TOC information"
;CantDoIt        ERR             &00803466, "Failed to execute command"
BadNumber       ERR             &00803467, "Illegal drive number"
CantChDr        ERR             &00803468, "Can't change the number of drives after CDFS has started"
BadType         ERR             &00803469, "Not an ISOimage or CUE file"
MountErr        ERR             &00803407, "Error reading CUE file"
FilePathErr     ERR             &00803408, "File path/name too long"
FILETYPEErr     ERR             &00803409, "CUE FILE datatype invalid"
TRACKTYPEErr    ERR             &0080340A, "CUE TRACK datatype invalid"
                END
