mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-09 05:25:01 +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:
@@ -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++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user