1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-29 00:29:34 +00:00

Fixes documentation misstatement.

This commit is contained in:
Thomas Harte 2018-04-15 18:00:51 -04:00
parent abe47b6ed8
commit cd26f11818

View File

@ -31,7 +31,7 @@ class Video {
/// @returns The CRT this video feed is feeding.
Outputs::CRT::CRT *get_crt();
/// Advances time by @c cycles.
/// Advances time by @c half-cycles.
void run_for(const HalfCycles);
/// Forces output to catch up to the current output position.
void flush();