View Single Post
Old 10-05-2012, 12:45 PM   #108
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Quote:
Originally Posted by Lydovig View Post
The game starts on Kindle Touch 5.0.0, but the virtual keyboard of the terminal there is no reaction.
Do you mean the touchscreen doesn't work?

or do you mean you can't load a game.

if you mean you cant load the game:

I hacked the loader script : replace $(getkeys) with ${@}

and call it like gameboy.sh tetris

it will assume you have it in /mnt/us/opt/gboy I think
and roms in /mnt/us/opt/gboy/roms/

Like: /mnt/us/opt/gboy/roms/tetris.g*

Then it will just run the game.

NOTE THE FOLLOWING VERSION EXPECTS THE GAME AND ROMS TO BE IN CUSTOM FOLDERS

NOT THE DEFAULT /mnt/us/opt/gboy

CHANGE IT TO YOUR NEEDS!!!


Spoiler:
Code:
#!/bin/sh
#===================================================


# killall -stop cvm launchpad 2>$DN	# use if running via Kite
killall -stop cvm 			# use if running via Launchpad
cd /mnt/us/usr/bin/
eips -c;

HOME=/tmp ./fbgnuboy ./rom/"${@}".g* 2>gnuboy.log
# killall -cont cvm launchpad 2>$DN	# use if running via Kite
killall -cont cvm 			# use if running via Launchpad


If you mean the TS doesn't work -
well, "No," I don't expect it does yet.

Hawhill doesn't have a 5. work required.

Hope that helps

Last edited by twobob; 10-05-2012 at 12:55 PM.
twobob is offline   Reply With Quote