diff --git a/Machines/ZX8081/Video.hpp b/Machines/ZX8081/Video.hpp index e8015d64e..609fba068 100644 --- a/Machines/ZX8081/Video.hpp +++ b/Machines/ZX8081/Video.hpp @@ -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();