Adds support for MAME Compressed Hunks of Data, closes #48.

This commit is contained in:
2016-09-21 01:55:41 +01:00
parent 9a87166daf
commit 85fd3b5900
4 changed files with 2453 additions and 10 deletions

View File

@@ -68,6 +68,7 @@
<Compile Include="UDIF.cs" />
<Compile Include="NDIF.cs" />
<Compile Include="DART.cs" />
<Compile Include="CHD.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>