mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-25 16:31:42 +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)
|
||||
{
|
||||
_phase += 64;
|
||||
_phase += 128;
|
||||
_frame_counter++;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user