JerryBlade
Member
- Joined
- Oct 3, 2008
- Messages
- 148
I just updated to SuperZaxxon Final (love it!), and everything checks out on my Apple ][ emulator except the nubs... they no longer function as joysticks! Does the following shell script still work or do I need to investigate how to access joystick nubs in the new Angstrom kernel?
Any suggestions on where to start?
Thanks!
-Jerry
Code:
NUB0MODE=`cat /proc/pandora/nub0/mode`
NUB1MODE=`cat /proc/pandora/nub1/mode`
echo absolute > /proc/pandora/nub0/mode
echo absolute > /proc/pandora/nub1/mode
./linapple
echo $NUB0MODE > /proc/pandora/nub0/mode
echo $NUB1MODE > /proc/pandora/nub1/mode
Any suggestions on where to start?
Thanks!
-Jerry