http://www.gp32x.com/board/index.php?ap ... ach_id=599
il topic ufficiale http://www.gp32x.com/board/index.php?/t ... ntry958597


- downloaded dosbox Caanoo here : http://www.gp32x.com...h&attach_id=599
- uncompressed the archive in "game"
so you have :
sd/game/ + dosbox + tts.gpe
and sd/game/games/tts
- create a tts.ini pointing to "tts.gpe" using this tuto : http://www.gp32x.com...king-ini-files/
[info]
name="Tetris"
path="/tts.gpe"
The tts.gpe should be like this :
#! /bin/sh
./dosbox -conf ./games/tts/dosbox.conf
cd /usr/gp2x/
./gp2xmenu
- launch Tetris and it should work.
For other games :
- got Ultima 1 to work, got it from a Wiz DosBox Pack 1.9.
- created a Ultima1.ini
[info]
name="Ultima1"
path="/Ultima1.gpe"
- put all files from the original Ultima 1 in /sd/game/games/Ultima1/
- edit "dosbox.conf" to this :
Spoiler
- edited Ultima1.gpe :
#! /bin/sh
./dosbox -conf ./games/Ultima1/dosbox.conf
cd /usr/gp2x/
./gp2xmenu
And it works. But I have to remap the buttons using this :
Quote
Key codes for mapper.txt:
A = 97
X = 98
B = 99
Y = 100
L = 101
R = 102
HOME = 103
HOLD = 104
HELP1 = 105
HELP2 = 106
TACT = 107
UP = 108
RIGHT = 109
DOWN = 110
LEFT = 111
Sometimes I have to reboot the Caanoo when I create these files, don't know why they don't appear in the "game" menu.
Launched Alone in the Dark, but only sound worked for now.


