fixed MGA_TVO PAL desktop mode 640x480 (green triangle shaped distortion). MGA_TVO apparantly handles scaling limiting less forgiving than later MAVENs. RevC MGA_TVO is now fully up and running OK.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17448 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen 2006-05-14 09:56:26 +00:00
parent dc30266262
commit e88f2e82c6
1 changed files with 1 additions and 1 deletions

View File

@ -727,7 +727,7 @@ int maventv_init(display_mode target)
if ((tv_target.timing.h_display < 704) && ((tv_target.flags & TV_BITS) == TV_PAL))
{
/* can't be higher because of scaling limitations in MAVEN! */
uscan_fact = 0.77;
uscan_fact = 0.76;
}
else
{