mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-18 01:30:56 +00:00
Altered phase so that it now merely accounts for accumulated error across a frame. Can probably do better.
This commit is contained in:
parent
43612e1ca2
commit
1a57e89ff0
@ -58,7 +58,7 @@ void VideoOutput::run_for_cycles(int number_of_cycles)
|
|||||||
|
|
||||||
if(!_counter)
|
if(!_counter)
|
||||||
{
|
{
|
||||||
_phase += 64;
|
_phase += 128;
|
||||||
_frame_counter++;
|
_frame_counter++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user