We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
So - you're on OSX or Linux and you don't have a launcher ? No problem. Use this script:
#!/bin/bash if [ "$1" == "mame" ]; then echo "launching mame with game $2"; cd /directory/containing/mame; ./mame64 $2; elif [ "$1" == "genesis" ]; then echo "launching gens with game $2"; cd /directory/containing/gens; ./gens $2; # elif # etc... else echo "system not supported ($1) (game: $2)"; fi
Configure to your needs and save as launcher.sh. Don't forget to chmod +x launcher.sh.
launcher.sh
chmod +x launcher.sh
For zspin config, use these values:
/bin/bash
/directory/containing/launcher.sh {system} {rom}