shifted NTSC640x480 desktop mode 7 pixels to the left so rightmost pixels are now visible.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14371 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen
2005-10-13 14:37:47 +00:00
parent 0ecc530bf0
commit f2069d6c5c
@@ -1044,10 +1044,12 @@ static uint8 BT_setup_hphase(uint8 mode)
switch (mode)
{
case NTSC640_TST:
case NTSC640_TST:
case NTSC640:
if (si->ps.tv_encoder.type >= CX25870) hoffset +=8; //if CX shift picture right some more...
buffer[3] = (0x25 + hoffset); //set horizontal sync offset
//fixme: checkout ws-tv and CX (subtracted 0x07)..
/* confirmed on TNT1 with BT869 using 4:3 TV */
buffer[3] = (0x1e + hoffset); //set horizontal sync offset
break;
case NTSC800:
if (si->ps.tv_encoder.type >= CX25870) hoffset +=8; //if CX shift picture right some more...