mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
This is the real PAL frequency, I think.
This commit is contained in:
parent
c105f2acd9
commit
c628b7c5c5
@ -53,7 +53,7 @@ void CRT::set_new_display_type(unsigned int cycles_per_line, DisplayType display
|
|||||||
switch(displayType)
|
switch(displayType)
|
||||||
{
|
{
|
||||||
case DisplayType::PAL50:
|
case DisplayType::PAL50:
|
||||||
set_new_timing(cycles_per_line, 312, ColourSpace::YUV, 1135, 4);
|
set_new_timing(cycles_per_line, 312, ColourSpace::YUV, 709379, 2500); // i.e. 283.7516
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case DisplayType::NTSC60:
|
case DisplayType::NTSC60:
|
||||||
|
Loading…
Reference in New Issue
Block a user