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

This commit is contained in:
2026-04-08 17:03:57 +01:00
parent edc7ff5981
commit d857c88d12

View File

@@ -37,7 +37,7 @@
ClientSize = new Size(800, 450);
Name = "Form1";
Text = "Form1";
Load += Form1_Load;
//this.Load += new System.EventHandler(this.Form1_Load);
ResumeLayout(false);
}