I hope I'm not being a total newbie, but I seem to be missing 3 files listed below.
I read this thread from the beginning, but must have missed something.
My 3 questions are about "turbo-nes-snes.zip" (I have pasted cacko users read.txt below)
1. Install, I have [libsdl_1.2.5-slzaurus20050410_arm.ipk]
instead of [libSDL_1.2.6-zports-5_arm.ipk]
(Where is the libSDL_1.2.6-zports-5_arm.ipk file?)
2. "for the turbografx... place zpce.rc in that directory..." (Where do I find "zpc.rc"? I used find in qkonsole and didn't find it. I also looked for this file in Tree!explorer)
3. "and place znester.rc in that directory" (Where do I find "znester.rc"? I used find in qkonsole and didn't find it. I also looked for this file in Tree!explorer)
Thank you, Jon
cacko users read.txt
--------------------------------------------------------------------------------
okay!
gona post on how to get this to work on cacko 1.23
same thing as the sharprom but do not install any of the files for keyhelper (since i did'nt try with it.)
Cacko does not need it.
Install
----------------------------------------------------
zpce_0.3.4-1_arm.ipk
snes9x_SDL-2_arm.ipk
zemufe_0.1.1-3ex_arm.ipk
znester_7.1-1_arm.ipk
libmad_0.15.0b-zports-0_arm.ipk
libSDL_1.2.6-zports-5_arm.ipk
libSDL-mixer_1.2.6-zports-0_arm.ipk
----------------------------------------------------
then modify this file /home/QtPalmtop/bin/zamufeex_smc.sh
----------------------------------------------------
#!/bin/bash
export SDL_QT_INVERT_ROTATION=1
cd "$1"
snes9x -win "$2"
exit 0
or if you want to replace the ok/enter key pause with L instead. L becomes
the pause and start and ok/enter is null so your game wont be interupted,
use the bottom code.
#!/bin/bash
export SDL_QT_INVERT_ROTATION=1
export S9XKEYS=27,100,99,115,120,97,122,108,32,103,106,117,110,121,98,105,109
cd "$1"
snes9x -win "$2"
exit 0
----------------------------------------------------
for the turbografx
----------------------------------------------------
create a directory in /home/zaurus/.zpce (there may be one already)
and place zpce.rc in that directory and should look like
/home/zaurus/.zpce/zpce.rc
----------------------------------------------------
and last
----------------------------------------------------
create a directory in /home/zaurus/.znester
and place znester.rc in that directory and should look like
/home/zaurus/.znester/znester.rc
----------------------------------------------------
hope this helps. Works fine for me in cacko.
--------------------------------------------------------------------------------