Add 640Mb magneto-optical size.

This commit is contained in:
2018-01-21 15:40:36 +00:00
parent d54a45463e
commit 963a1d4877

View File

@@ -209,6 +209,7 @@ namespace DiscImageChef.CommonTypes
{ {
switch(blocks) switch(blocks)
{ {
case 310352: // Found in real media
case 318988: case 318988:
case 320332: case 320332:
case 321100: return MediaType.ECMA_239; case 321100: return MediaType.ECMA_239;
@@ -325,6 +326,7 @@ namespace DiscImageChef.CommonTypes
{ {
switch(blocks) switch(blocks)
{ {
case 310352: // Found in real media
case 318988: case 318988:
case 320332: case 320332:
case 321100: return MediaType.ECMA_239; case 321100: return MediaType.ECMA_239;
@@ -1433,6 +1435,7 @@ namespace DiscImageChef.CommonTypes
{ {
switch(blocks) switch(blocks)
{ {
case 310352: // Found in real media
case 318988: case 318988:
case 320332: case 320332:
case 321100: return MediaType.ECMA_239; case 321100: return MediaType.ECMA_239;