3
« on: April 30, 2004, 06:38:47 am »
I\'ve been playing on my sl-5500 using a pocketop keyboard. It suprisingly works like a charm by simply turning IRK on and starting up snes9x. The only down side is... no easy handheld gaming... (since you have to set up the keyboard).
Here is the script i use to play
#! /bin/sh
export S9XKEYS=27,99,120,100,115,97,122,13,32,106,108,105,107,110,111,44
SDL_QT_ROTATION=2 snes9x -ns $1
I put that in the file \"s9x\" and just run this command to play.
s9x /mnt/cf/snes/zelda.smc
dont forget to chmod +x s9x
Lately I made a different shell script for each game I have. I also made icons for each game in png format so I can just start a game from the launcher. If anyone would like them let me know.