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!
you can use pollux_set...
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/.