T
TelcoLou
Guest
Hi there nice people
Using this program, I was able to boot directly into TV-Out mode ...
I found this topic, and made the following script:
CODE
#!/bin/sh
./tvon.gpe -tvmode 3
cd /mnt/sd
exec ./mame_gp2x.gpe
... it activates TV-Out just fine, but instead of booting into MAME, it leaves me at the GP2X's main menu screen. If I leave out the line "./tvon.gpe -tvmode 3", it boots into MAME.
What am I doing wrong here? I laugh at my inability to grasp the concept of these script thingies ... so feel free to join in .. but some help would be greatly appreciated (wait 'till you see the idea for the 'cab :lol
Using this program, I was able to boot directly into TV-Out mode ...
I found this topic, and made the following script:
CODE
#!/bin/sh
./tvon.gpe -tvmode 3
cd /mnt/sd
exec ./mame_gp2x.gpe
... it activates TV-Out just fine, but instead of booting into MAME, it leaves me at the GP2X's main menu screen. If I leave out the line "./tvon.gpe -tvmode 3", it boots into MAME.
What am I doing wrong here? I laugh at my inability to grasp the concept of these script thingies ... so feel free to join in .. but some help would be greatly appreciated (wait 'till you see the idea for the 'cab :lol
Last edited by a moderator: