Page 1 of 1

Proper way to determine back-buffer size

PostPosted: Jun 14, 2002 @ 9:33pm
by fzammetti

PostPosted: Jun 14, 2002 @ 10:02pm
by R0B

Yep

PostPosted: Jun 14, 2002 @ 10:06pm
by fzammetti

PostPosted: Jun 14, 2002 @ 10:13pm
by R0B

PostPosted: Jun 14, 2002 @ 10:39pm
by angedelamort
You should go read this topic:


Because the buffer on the casio is larger than 320x240 :)

PostPosted: Jun 14, 2002 @ 10:57pm
by Dave
(320*240*2);//Yes, I left out the shift, but

Don't panic - just about any compiler will replace this with 153600 long before it hits the assembler ;)

You are wise to go for the readability option in this case! You can even do a floating point or integer divide as long as it can be calculated at run time.

PostPosted: Jun 15, 2002 @ 12:45am
by fzammetti

PostPosted: Jun 15, 2002 @ 1:32am
by Kzinti

PostPosted: Jun 15, 2002 @ 1:46am
by Johan

Maybe, finally...

PostPosted: Jun 15, 2002 @ 6:42pm
by fzammetti

PostPosted: Jun 15, 2002 @ 7:01pm
by T¹
Applewood has a list of different screenmodes:


I have a link to a more detailed list somewhere, but i can't find it right now...

PostPosted: Jun 16, 2002 @ 12:36am
by R0B