1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-04 01:57:54 +00:00

NTSC frame length is correct; removes TODO.

This commit is contained in:
Thomas Harte 2019-12-08 11:51:12 -05:00
parent 288cabbad1
commit 08a27bdec7

View File

@ -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?
};