Fixed some misplaced tabs.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2621 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2013-02-22 00:39:16 +00:00
parent 0d9673a4d5
commit 340adfe4ab
1 changed files with 3 additions and 3 deletions

View File

@ -868,9 +868,9 @@ void TIA::updateScanline()
int clock;
do {
mySystem->m6502().execute(1);
clock = mySystem->cycles() * 3;
updateFrame(clock);
mySystem->m6502().execute(1);
clock = mySystem->cycles() * 3;
updateFrame(clock);
} while(clock < endClock);
// if we finished the frame, get ready for the next one