Bennu Game Development

English Forums => Helpdesk => Topic started by: Imerion on January 29, 2010, 05:27:39 PM

Title: Overclocking Bennu on WIZ
Post by: Imerion on January 29, 2010, 05:27:39 PM
Is there any way to run the Bennu interpreter overclocked on the WIZ?
I remember the old GP2X port of Fenix could be run with different flags, like " --tweak --speed 300" which did that.

The reason I am asking is that my entry for the BennuGD WIZ/PC contest runs just a bit too slow for the moment and I don't have much time left to optimize. There are a few things I can do, but some kind of overclocking would really help a lot!
Title: Re: Overclocking Bennu on WIZ
Post by: SplinterGU on January 30, 2010, 02:53:50 AM
you can use pollux_set...
Title: Re: Overclocking Bennu on WIZ
Post by: Imerion on January 31, 2010, 04:12:26 PM
Thanks! I found pollux_set and it works fine. Along with some additional optimizations, my game runs great.
Time to submit it!

If anyone is interested, this line did the trick :
I found it in a discussion on gp32x.com.

./pollux_set/pollux_set 'lcd_timings=397,1,37,277,341,0,17,337;dpc_clkdiv0=9;cpuclk=700;ram_timings=2,9,4,1,1,1,1'

You need to place the pollux_set folder in the same directory as the game too. It can be found on http://dl.openhandhelds.org/.