Added information from ECMA-111.

This commit is contained in:
2015-10-23 20:58:13 +01:00
parent 8a4c93c7f4
commit 0d146b7f42
5 changed files with 72 additions and 50 deletions

View File

@@ -198,9 +198,9 @@ namespace DiscImageChef.Decoders.SCSI
/// </summary>
ECMANoVersion = 0x00,
/// <summary>
/// Device complies with an obsolete ECMA standard
/// Device complies with a ECMA-111 standard
/// </summary>
ECMAObsolete = 0x01
ECMA111 = 0x01
}
enum ISOVersions : byte