mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add 640Mb magneto-optical size.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user