Add files via upload
This commit is contained in:
parent
6ec4451c95
commit
1c9d814e15
|
@ -533,9 +533,13 @@ namespace BizHawk.Emulation.Cores.Components.M6502
|
||||||
}
|
}
|
||||||
|
|
||||||
void FetchDummy()
|
void FetchDummy()
|
||||||
|
{
|
||||||
|
rdy_freeze = !RDY;
|
||||||
|
if (RDY)
|
||||||
{
|
{
|
||||||
DummyReadMemory(PC);
|
DummyReadMemory(PC);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public void Execute(int cycles)
|
public void Execute(int cycles)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue