Added decoders for common responses to MMC command READ DISC

STRUCTURE.
This commit is contained in:
2014-09-08 19:47:01 +01:00
parent 535d8e48d5
commit 7bb78c1664
2 changed files with 866 additions and 0 deletions

View File

@@ -102,6 +102,7 @@
<Compile Include="Commands\Decode.cs" />
<Compile Include="Decoders\SCSI.cs" />
<Compile Include="Decoders\CD.cs" />
<Compile Include="Decoders\MMC.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>