mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-01-27 03:16:19 +00:00
Simplify bus addressing
This commit is contained in:
@@ -725,7 +725,7 @@ namespace M6502
|
||||
|
||||
protected void AbsoluteAddress() => this.FetchWordAddress();
|
||||
|
||||
protected void ZeroPageAddress() => this.Bus.Address.Assign(this.FetchByte(), 0);
|
||||
protected void ZeroPageAddress() => this.Bus.Address.Assign(this.FetchByte());
|
||||
|
||||
protected void ZeroPageIndirectAddress()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user