Added ROM and RomLoader.cs. Updated Form1.cs to load ROM into memory

This commit is contained in:
2026-04-08 16:51:55 +01:00
parent ea828aad2d
commit edc7ff5981
4 changed files with 63 additions and 2 deletions

View File

@@ -12,4 +12,10 @@
<ProjectReference Include="..\Core\Core.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="48.rom">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>