Added Sonic Game Gear to see what's gwannin

This commit is contained in:
2026-05-17 15:15:55 +01:00
parent 1730687009
commit be43019fb0
3 changed files with 3 additions and 1 deletions

View File

@@ -87,6 +87,7 @@
<None Remove="ROMS\Shadow of the Beast %28UE%29 [!].sms" /> <None Remove="ROMS\Shadow of the Beast %28UE%29 [!].sms" />
<None Remove="ROMS\Smash TV %28UE%29 [!].sms" /> <None Remove="ROMS\Smash TV %28UE%29 [!].sms" />
<None Remove="ROMS\SMSTestSuite.sms" /> <None Remove="ROMS\SMSTestSuite.sms" />
<None Remove="ROMS\Sonic 1 GG.gg" />
<None Remove="ROMS\Sonic 2.sms" /> <None Remove="ROMS\Sonic 2.sms" />
<None Remove="ROMS\Sonic Chaos %28UE%29 [!].sms" /> <None Remove="ROMS\Sonic Chaos %28UE%29 [!].sms" />
<None Remove="ROMS\Sonic.sms" /> <None Remove="ROMS\Sonic.sms" />
@@ -293,6 +294,7 @@
<EmbeddedResource Include="ROMS\SMSTestSuite.sms"> <EmbeddedResource Include="ROMS\SMSTestSuite.sms">
<CopyToOutputDirectory>Never</CopyToOutputDirectory> <CopyToOutputDirectory>Never</CopyToOutputDirectory>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="ROMS\Sonic 1 GG.gg" />
<EmbeddedResource Include="ROMS\Sonic 2.sms"> <EmbeddedResource Include="ROMS\Sonic 2.sms">
<CopyToOutputDirectory>Never</CopyToOutputDirectory> <CopyToOutputDirectory>Never</CopyToOutputDirectory>
</EmbeddedResource> </EmbeddedResource>

BIN
Desktop/ROMS/Sonic 1 GG.gg Normal file

Binary file not shown.

View File

@@ -20,7 +20,7 @@ namespace Desktop
this.Text = "VRAM Viewer (512 Tiles)"; this.Text = "VRAM Viewer (512 Tiles)";
// 256x128 native resolution, scaled up by 2 for visibility! // 256x128 native resolution, scaled up by 2 for visibility!
this.ClientSize = new Size(512, 256); this.ClientSize = new Size(1024, 512);
this.DoubleBuffered = true; this.DoubleBuffered = true;
this.FormBorderStyle = FormBorderStyle.FixedToolWindow; this.FormBorderStyle = FormBorderStyle.FixedToolWindow;