Getting The Best Snes Emulation On Your Gp2x


imnotahacker posted on Jul 12 2006 at 11:12 PM said:
Whats the normal clock speed when using snes?

Normal?
 
Last edited by a moderator:
As in default sorry bad wording like if i just loaded snes and ran it without any scripts and stuff what would be the speed 200?
 
ste_167 posted on Jul 12 2006 at 06:36 AM said:
Just to point out, as some people are doing it. The full address to squidgeness.gpe isn't needed.

For example:

/mnt/sd/Emulators/Snes

should be entered in the textfield as

Emulators/Snes

That's because the first one is an absolute address and the second one is a relative address. You should still use the first one though because that means you can move the script to another folder and it'll still work.
 
Last edited by a moderator:
Ranma13 posted on Jul 14 2006 at 08:34 AM said:
That's because the first one is an absolute address and the second one is a relative address. You should still use the first one though because that means you can move the script to another folder and it'll still work.

The writer adds in the absolute address automatically, but of course put it all in if you're doing it manually.
 
Last edited by a moderator:
i've followed all the steps, using the GPE writer website thing, and i dont think it's overclocking squidgesnes, i have set it to overclock to 266, gamma 0.8. The only thing that i can see that could be causing a problem is the cpu tweaker being the newest version and not 1.3.

Anyone feel they can help?

Cheers, Mr.Bram

Edit: nevermind, i fixed it, i went into the gpe, and where it said cpu_speed, i put cpu_speed.gpe. However, i left the one in the root of the sd card without the gpe ending.
 
Thats to do with the coding of the emulator itself, "someone" could fix it, but i certainly couldn't, and i doubt you could either.

I think it's being worked on, but im not sure :s
 
where do i get the latest version of squidge snes with the mmu hack from somewhere other than rapidshit? i cant download from RShit..
 
Khayman posted on Jul 25 2006 at 11:14 PM said:
So if i whant the same but for Gngeo2x? is the same kind of script?

Just use the RAGE2X frontend (in the archive), it can overclock for you in the menu.
 
Last edited by a moderator:
where do you put this

#!/bin/sh
/mnt/sd/cpu_speed 1 0 260 0.8
cd /mnt/sd/Games/squidgesnes 0.37/
./squidgesnes.gpe
sync
cd /usr/gp2x/
exec /usr/gp2x/gp2xmenu
 
Dont forget it has to have the LF Linux file format. You can get this by saving the file with a program like Programmer's Notepad
 
and also make sure that you have renamed cpu_speed.gpe to cpu_speed

This will save your file with the correct file endings.

**You will need to rename the folder 'squidgesnes 0.37' to 'squidgesnes0.37' as spaces will stop the script from working.
 
Back
Top