Implemented a load of Z80 OpCodes. Added SimpleIOBus.

This commit is contained in:
2026-04-09 14:35:38 +01:00
parent f14d2c4ccc
commit 340583d663
8 changed files with 292 additions and 38 deletions

View File

@@ -36,8 +36,7 @@
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(800, 450);
Name = "Form1";
Text = "Form1";
//this.Load += new System.EventHandler(this.Form1_Load);
Text = "Parsons Sinclair ZX Spectrum 48K - 2026";
ResumeLayout(false);
}