Path: chuka.playstation.co.uk!news From: "Nigel Critten" Newsgroups: scee.yaroze.freetalk.english Subject: Re: Display problem Date: Wed, 5 Sep 2001 22:03:13 +0100 Organization: PlayStation Net Yaroze (SCEE) Lines: 39 Message-ID: <9n645g$2vq6@www.netyaroze-europe.com> References: <9n624h$2vq4@www.netyaroze-europe.com> NNTP-Posting-Host: host213-122-22-140.btinternet.com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Do you use PutDispEnv (); I've just removed it from my code at it default to 240 GsDISPENV.screen.x = 1; GsDISPENV.screen.y = 14; GsDISPENV.screen.w = 320; GsDISPENV.screen.h = 255; PutDispEnv (&GsDISPENV); Nigel "Ben James" wrote in message news:9n624h$2vq4@www.netyaroze-europe.com... > Hi all, > > My game is supposed to be running in 320 x 256 but only 320 x 240 gets > displayed. The bottom of the screen get's chopped off. I've got, what I > think, are the correct values in the code but it don't work! Here's the init > code: > > #define SCREEN_WIDTH 320 > #define SCREEN_HEIGHT 256 > ... > SetVideoMode (MODE_PAL); > GsInitGraph (SCREEN_WIDTH, SCREEN_HEIGHT, GsNONINTER|GsOFSGPU, 0, 0); > GsDefDispBuff (0, 0, 0, SCREEN_HEIGHT); > > > Help! (please) > > Cheers, > Ben > >