Path: chuka.playstation.co.uk!scea!greg_labrec@interactive.sony.com From: "Wayne K. Werner" Newsgroups: scea.yaroze.beginners Subject: Re: Ira's sprite stuff Date: 7 Aug 1997 21:37:02 GMT Organization: SCEA Net Yaroze News Lines: 20 Message-ID: <01bca379$f47e00c0$8fbf43ce@wkwerner> References: <33E95AC7.6F5C@hubcap.clemson.edu> NNTP-Posting-Host: port43.con2.com X-Newsreader: Microsoft Internet News 4.70.1155 Looking at Ira's code, (Ira being a member of the Euro group, this is no suprise) I see the following line: SetVideoMode(MODE_PAL); Since the default is NTSC, you could just remove this line. Just as well, you could substitute it with: SetVideoMode(MODE_NTSC); Further, you must replace the vertical height with 240 (not the PAL value of 256). #define SCREEN_HEIGHT 240 And try not to get too POed. The learning curve here is STEEP! -- Wayne K. Werner wkwerner@con2.com