6502X: remove a comment (this is indeed a dummy fetch)
This commit is contained in:
parent
d62f2ac3fe
commit
bf2cba0e23
|
@ -1852,7 +1852,7 @@ namespace BizHawk.Emulation.Cores.Components.M6502
|
||||||
rdy_freeze = !RDY;
|
rdy_freeze = !RDY;
|
||||||
if (RDY)
|
if (RDY)
|
||||||
{
|
{
|
||||||
_link.ReadMemory(opcode2); //dummy?
|
_link.DummyReadMemory(opcode2);
|
||||||
alu_temp = (opcode2 + X) & 0xFF;
|
alu_temp = (opcode2 + X) & 0xFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue