mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-03-11 20:41:45 +00:00
Simplify bus addressing
This commit is contained in:
@@ -177,7 +177,7 @@ namespace EightBit
|
||||
|
||||
protected void Restart(byte address)
|
||||
{
|
||||
this.MEMPTR.Assign(address, 0);
|
||||
this.MEMPTR.Assign(address);
|
||||
this.Call(this.MEMPTR);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user