Simplify bus addressing

This commit is contained in:
Adrian Conlon
2025-07-05 09:46:59 +01:00
parent 3bbf300e05
commit c271b28495
5 changed files with 37 additions and 16 deletions

View File

@@ -177,7 +177,7 @@ namespace EightBit
protected void Restart(byte address)
{
this.MEMPTR.Assign(address, 0);
this.MEMPTR.Assign(address);
this.Call(this.MEMPTR);
}