Shikaku posted on Jul 18 2006 at 06:31 PM said:
Using Programmer's Notepad you got to create a file with the ending .gpe , copy and paste the following in it (don't worry you don't need to learn how to code!):
#!/bin/sh
/mnt/sd/cpu_speed 1 0 260 1.0
cd /mnt/sd/<Name of folder where you've transferred 'squidgesnes.gpe'>/
./squidgesnes.gpe
sync
cd /usr/gp2x/
exec /usr/gp2x/gp2xmenu
2) Amend '260' to whatever clockspeed you require. (it depends on your gp2x and your wanted battery life)
3) Set line endings to Unix: Tools > Line Endings > Unix (LF)
4) Save as snes260.gpe (or whatever name you want, just make sure it has the .gpe ending) and transfer to your sd card
I believe the last post said to save it as .gpeHaze posted on Jul 18 2006 at 11:50 AM said:I know nothing, what do I save this as?
#!/bin/sh
/mnt/sd/cpu_speed 1 0 250 0.8
cd /mnt/sd/squidgesnes 0.37/
./squidgesnes.gpe
sync
cd /usr/gp2x/
exec /usr/gp2x/gp2xmenu
Haze posted on Jul 18 2006 at 01:58 PM said:no I mean do I save it as plain text? Java? I know nothing about coding.
try changing: /mnt/sd/cpu_speed 1 0 250 0.8Haze posted on Jul 18 2006 at 02:21 PM said:All done, but I'm getting no sound or a black screen after loading the rom.
mth411 posted on Jul 18 2006 at 12:28 PM said: