mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-04-19 15:16:41 +00:00
Simplify some address assignment
This commit is contained in:
+1
-2
@@ -80,8 +80,7 @@ namespace EightBit
|
||||
this.Bus.Address.High++;
|
||||
}
|
||||
|
||||
this.Bus.Address.High = this.MemoryRead();
|
||||
this.Bus.Address.Low = this.Intermediate.Low;
|
||||
this.Bus.Address.Assign(this.Intermediate.Low, this.MemoryRead());
|
||||
}
|
||||
|
||||
protected override void IndirectAddress()
|
||||
|
||||
Reference in New Issue
Block a user