Added the APU Class and wired it all up ready for the maths

This commit is contained in:
2026-05-14 21:27:05 +01:00
parent 708c1ba458
commit cafcf625ad
6 changed files with 549 additions and 20 deletions

View File

@@ -6,12 +6,6 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Audio\**" />
<EmbeddedResource Remove="Audio\**" />
<None Remove="Audio\**" />
</ItemGroup>
<ItemGroup>
<Folder Include="Cpu\" />
</ItemGroup>