mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add another value for Mitsubishi Chemical ATIP frame number. (97:34:22)
This commit is contained in:
@@ -623,7 +623,11 @@ namespace DiscImageChef.Decoders.CD
|
|||||||
|
|
||||||
break;
|
break;
|
||||||
case 34:
|
case 34:
|
||||||
if(frm == 20) return "Mitsubishi Chemical Corporation";
|
switch(frm)
|
||||||
|
{
|
||||||
|
case 20:
|
||||||
|
case 22: return "Mitsubishi Chemical Corporation";
|
||||||
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
case 42:
|
case 42:
|
||||||
|
|||||||
Reference in New Issue
Block a user