From cd26f118184b4b94085d32fca5664ce392e42472 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sun, 15 Apr 2018 18:00:51 -0400 Subject: [PATCH] Fixes documentation misstatement. --- Machines/ZX8081/Video.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();