Screen position on Pal Dreamcast

Subforum for discussion and help with ScummVM's Dreamcast port

Moderator: ScummVM Team

Post Reply
Earny
Posts: 3
Joined: Mon Nov 07, 2005 5:08 am

Screen position on Pal Dreamcast

Post by Earny »

Hi all !
I've tried the release 0.8 and must say that the dreamcast port has progressed a lot. Thx a lot Marcus for your port!
Only one little thing is poor for me:

I tried it on a pal dreamcast, and the screen position is not well centered, the image is cut on the left border of the tv. Sometimes i can't see the start of the line, that is bad for an adventure game. So i've some questions about:

1) Is there a way to adjust the screen position ? (like in nesterdc for example)
2) is there a way to toogle screen refresh to 50hz?
3) what is the difference beetwen official release and Erwan or Metafox ones(faster? new things?i don't understand!)

I hope those little problems will be resolved in a next release (maybe Erwan or Metafox ones?). I wish that full throtlle will be completable in a near future too :wink:

thx in advance , Bye
User avatar
erwan
Posts: 40
Joined: Mon Oct 31, 2005 9:54 am
Location: Bretagne, France
Contact:

Post by erwan »

3) what is the difference beetwen official release and Erwan or Metafox ones(faster? new things?i don't understand!)
None ... I use source of the SVN
1) Is there a way to adjust the screen position ?
No
2) is there a way to toogle screen refresh to 50hz?
yes but it would have to be programmed



LIBRONIN support that
c_video.c:

Code: Select all

/* Set up video registers to the desired
   video mode
  
   in:
   	cabletype  (0=VGA, 2=RGB, 3=Composite)
   	pixel mode (0=RGB555, 1=RGB565, 3=RGB888)
   	tvmode     (0 = off, 1 = on)
   	res        (0 = 320 x 240, 1 = 640 x 240, 2 = 640 x 480) 
        hz50       (0 = 60Hz, 1 = 50 Hz)
        pal        (0 = NTSC, 1 = PAL, 2 = PALM, 3 = PALN)
        voffset    (vertical offset of screen in TV mode. Added to the
                    base offset.)
*/
void dc_init_video(int cabletype, int mode, int tvmode, int res,
                   int hz50, int pal, int voffset)
and look syscalls.c
Jolly
Posts: 5
Joined: Fri Aug 11, 2006 2:04 am

Post by Jolly »

For those of us who run in fear every time they had to edit code, would it be possible a select refresh rate/cable type screen before loading ScummVM? Sorry if it's an stupid question, but I'm out of knowledge about DC programming - just bought one last week ;)
fabellian
Posts: 19
Joined: Fri Mar 17, 2006 10:33 am

Post by fabellian »

Can't we modify the ini file
to adjust the screen position ??? :lol:

I'm just asking, I'm fucking dummies in all that stuff :(
Mon1018
Spammer
Posts: 8
Joined: Sat Jan 26, 2008 5:02 am
Contact:

Post by Mon1018 »

sorry,, no ideas. :(
fingolfin
Retired
Posts: 1452
Joined: Wed Sep 21, 2005 4:12 pm

Post by fingolfin »

There is no way (as far as I know) you can edit any of these settings in the DC port short of editing the source code and compiling your own version.

There is an old feature request for PAL support (see https://sourceforge.net/tracker/index.p ... tid=418823) but Marcus never even commented on this. You may want to contact him directly via email, and repeat your question there (possibly reminding him about this URL/feature request, too).
Post Reply