Simplify some address assignment

This commit is contained in:
Adrian Conlon
2024-07-22 12:24:14 +01:00
parent bc8352f96a
commit e746f218e3
+1 -2
View File
@@ -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()