Add Z80 CPU skeleton, RegisterPair struct, and MemoryBus implementation

This commit is contained in:
Marc Parsons
2026-04-08 16:34:49 +01:00
parent 81912da3cb
commit ea828aad2d
9 changed files with 211 additions and 31 deletions

View File

@@ -6,5 +6,10 @@ namespace Desktop
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
}
}
}