Added Sonic Game Gear to see what's gwannin
This commit is contained in:
@@ -87,6 +87,7 @@
|
||||
<None Remove="ROMS\Shadow of the Beast %28UE%29 [!].sms" />
|
||||
<None Remove="ROMS\Smash TV %28UE%29 [!].sms" />
|
||||
<None Remove="ROMS\SMSTestSuite.sms" />
|
||||
<None Remove="ROMS\Sonic 1 GG.gg" />
|
||||
<None Remove="ROMS\Sonic 2.sms" />
|
||||
<None Remove="ROMS\Sonic Chaos %28UE%29 [!].sms" />
|
||||
<None Remove="ROMS\Sonic.sms" />
|
||||
@@ -293,6 +294,7 @@
|
||||
<EmbeddedResource Include="ROMS\SMSTestSuite.sms">
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="ROMS\Sonic 1 GG.gg" />
|
||||
<EmbeddedResource Include="ROMS\Sonic 2.sms">
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</EmbeddedResource>
|
||||
|
||||
BIN
Desktop/ROMS/Sonic 1 GG.gg
Normal file
BIN
Desktop/ROMS/Sonic 1 GG.gg
Normal file
Binary file not shown.
@@ -20,7 +20,7 @@ namespace Desktop
|
||||
this.Text = "VRAM Viewer (512 Tiles)";
|
||||
|
||||
// 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.FormBorderStyle = FormBorderStyle.FixedToolWindow;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user