Callbacks

This commit is contained in:
Nekotekina 2014-07-13 23:05:28 +04:00
parent 1dbbbc55f6
commit dab3d6c6d6
2 changed files with 6 additions and 2 deletions

View file

@ -341,7 +341,7 @@ void CPUThread::Task()
}
Step();
trace.push_back(PC);
//if (PC - 0x13ED4 < 0x288) trace.push_back(PC);
NextPc(m_dec->DecodeMemory(PC + m_offset));
if (status == CPUThread_Step)