mirror of https://github.com/stella-emu/stella.git
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:
parent
0d9673a4d5
commit
340adfe4ab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue