1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-04 18:29:40 +00:00

Corrects typo that was adding an extra line of PAL video.

This commit is contained in:
Thomas Harte 2019-11-07 19:55:49 -05:00
parent 1fd19c5786
commit c9cd56915e

View File

@ -26,7 +26,7 @@ struct VerticalParams {
const int reset_enable;
const int height;
} vertical_params[3] = {
{63, 264, 313}, // 47 rather than 63 on early machines.
{63, 263, 313}, // 47 rather than 63 on early machines.
{34, 234, 263},
{1, 401, 500} // 72 Hz mode: who knows?
};