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
----------------------------------------------------
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
----------------------------------------------------
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.