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:
@@ -1044,10 +1044,12 @@ static uint8 BT_setup_hphase(uint8 mode)
|
|||||||
|
|
||||||
switch (mode)
|
switch (mode)
|
||||||
{
|
{
|
||||||
case NTSC640_TST:
|
case NTSC640_TST:
|
||||||
case NTSC640:
|
case NTSC640:
|
||||||
if (si->ps.tv_encoder.type >= CX25870) hoffset +=8; //if CX shift picture right some more...
|
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;
|
break;
|
||||||
case NTSC800:
|
case NTSC800:
|
||||||
if (si->ps.tv_encoder.type >= CX25870) hoffset +=8; //if CX shift picture right some more...
|
if (si->ps.tv_encoder.type >= CX25870) hoffset +=8; //if CX shift picture right some more...
|
||||||
|
|||||||
Reference in New Issue
Block a user