On Wed, Sep 24, 2008 at 4:44 AM, Mark Marshall <[EMAIL PROTECTED]> wrote: > Timothy Normand Miller wrote: >> >> This is ready for an initial release. >> unsigned int s3_memory[258048]; > > This array isn't big enough (and seg-faults on my box). > > This is the minimum: > > unsigned int s3_memory[2048+640*480];
Odd. The display is only 640x400. -- Timothy Normand Miller http://www.cse.ohio-state.edu/~millerti Open Graphics Project _______________________________________________ Open-graphics mailing list [email protected] http://lists.duskglow.com/mailman/listinfo/open-graphics List service provided by Duskglow Consulting, LLC (www.duskglow.com)
