TZX support fully supported added batman.tzx

This commit is contained in:
2026-05-01 13:31:56 +01:00
parent bf3d7d228a
commit 8efcf00286
5 changed files with 214 additions and 50 deletions

View File

@@ -25,6 +25,9 @@
<None Remove="ROMS\TAP\Manic Miner.TAP" />
<None Remove="ROMS\TAP\Treasure Island - Dizzy.tap" />
<None Remove="ROMS\TAP\zexall.tap" />
<None Remove="ROMS\TZX\Batman - Release 1.tzx" />
<None Remove="ROMS\TZX\Split Personalities1.tzx" />
<None Remove="ROMS\TZX\Split Personalities2.tzx" />
</ItemGroup>
<ItemGroup>
@@ -76,6 +79,15 @@
<EmbeddedResource Include="ROMS\TAP\zexall.tap">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="ROMS\TZX\Batman - Release 1.tzx">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="ROMS\TZX\Split Personalities1.tzx">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="ROMS\TZX\Split Personalities2.tzx">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>