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;
|
||||
case 34:
|
||||
if(frm == 20) return "Mitsubishi Chemical Corporation";
|
||||
switch(frm)
|
||||
{
|
||||
case 20:
|
||||
case 22: return "Mitsubishi Chemical Corporation";
|
||||
}
|
||||
|
||||
break;
|
||||
case 42:
|
||||
|
||||
Reference in New Issue
Block a user