First stab at getting LR35902 HarteTests running. Not bad, so far!

This commit is contained in:
Adrian Conlon
2025-03-26 21:16:37 +00:00
parent 3d6b549c76
commit 08089823c2
12 changed files with 799 additions and 12 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ namespace LR35902
return output;
}
private string Disassemble(LR35902 cpu, ushort pc)
public string Disassemble(LR35902 cpu, ushort pc)
{
var opCode = this.Bus.Peek(pc);