mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-05 08:26:28 +00:00
Fixes documentation misstatement.
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user