Add files via upload

This commit is contained in:
alyosha-tas 2016-06-24 15:02:50 -04:00 committed by GitHub
parent 6ec4451c95
commit 1c9d814e15
1 changed files with 12 additions and 8 deletions

View File

@ -533,9 +533,13 @@ namespace BizHawk.Emulation.Cores.Components.M6502
}
void FetchDummy()
{
rdy_freeze = !RDY;
if (RDY)
{
DummyReadMemory(PC);
}
}
public void Execute(int cycles)
{