From 08a27bdec77689cc5226be24170e83607a25a663 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sun, 8 Dec 2019 11:51:12 -0500 Subject: [PATCH] NTSC frame length is correct; removes TODO. --- Machines/Atari/ST/Video.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Machines/Atari/ST/Video.cpp b/Machines/Atari/ST/Video.cpp index 2dc861a53..e0950219a 100644 --- a/Machines/Atari/ST/Video.cpp +++ b/Machines/Atari/ST/Video.cpp @@ -28,7 +28,7 @@ const struct VerticalParams { const int height; } vertical_params[3] = { {63, 263, 313}, // 47 rather than 63 on early machines. - {34, 234, 263}, // TODO: is 262 correct? If it's 263, how does that interact with opening the bottom border? + {34, 234, 263}, {1, 401, 500} // 72 Hz mode: who knows? };