GnoStiC
Member
i'm using the cpu speed for overclocking in my software and i have some problems..
step1:
1) gp2x boots, i choose my software from the game menu
2) i use set_add_ULCDCLK and then set_FCLK for overclocking
3) on line
screen gets garbled like the battery is low and gp2x crashes..
i tried turning off the interrupts but it didn't do any good.
step2:
1) gp2x boots, from console i set init level 3 (init 3)
OR
kill gp2xmenu (and/or rc.sysinit), init level becomes 3 (it is init boot before)
and everything works fine..
any ideas, suggestions?
step1:
1) gp2x boots, i choose my software from the game menu
2) i use set_add_ULCDCLK and then set_FCLK for overclocking
3) on line
Code:
MEM_REG[0x910>>1]=v; //Set frequency
screen gets garbled like the battery is low and gp2x crashes..
i tried turning off the interrupts but it didn't do any good.
step2:
1) gp2x boots, from console i set init level 3 (init 3)
OR
kill gp2xmenu (and/or rc.sysinit), init level becomes 3 (it is init boot before)
and everything works fine..
any ideas, suggestions?