diff --git a/Desktop/Desktop.csproj b/Desktop/Desktop.csproj
index fe73d87..c992ea4 100644
--- a/Desktop/Desktop.csproj
+++ b/Desktop/Desktop.csproj
@@ -87,6 +87,7 @@
+
@@ -293,6 +294,7 @@
Never
+
Never
diff --git a/Desktop/ROMS/Sonic 1 GG.gg b/Desktop/ROMS/Sonic 1 GG.gg
new file mode 100644
index 0000000..e4c92e5
Binary files /dev/null and b/Desktop/ROMS/Sonic 1 GG.gg differ
diff --git a/Desktop/VramViewerForm.cs b/Desktop/VramViewerForm.cs
index 22c37e1..25199ab 100644
--- a/Desktop/VramViewerForm.cs
+++ b/Desktop/VramViewerForm.cs
@@ -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;