Implement decoders for CD disk structures.

This commit is contained in:
2014-09-06 03:45:53 +01:00
parent 35ef1312a9
commit 46840cc545
3 changed files with 1688 additions and 0 deletions

View File

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