User:Bartz

From wiki.gp2x.org

Username: Bartz
Real name: Sjors van Gelderen
Age: 15(Birthday: June 15th 1992)
Occupation: Student
Owns: GP2X MK2
Ordered at: www.GPark.nl

Hello, and welcome to my wiki page :D!

Current GP2X projects:
Raiden for DOSBox
Abuse for DOSBox

Current GP2X problems:
Left speaker produces less sound than the right
Skins don't work

Raiden dosbox.conf(Raiden must be installed in /mnt/sd/dosbox/dosraiden/ and dosbox must be installed in /mnt/sd/dosbox/ or the game won't work):

[sdl]
fulldouble=false
output=surface
sensitivity=100
mapperfile=mapper.txt

[dosbox]
machine=vga
memsize=8

[render]
frameskip=7
aspect=true
scaler=none

[cpu]
core=normal
cycles=1800

[mixer]
nosound=true
rate=11025
blocksize=64
prebuffer=1000

[sblaster]
sbtype=none
sbbase=220
irq=7
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=22050

[gus]
gus=false
gusrate=11025
gusbase=240
irq1=5
irq2=5
dma1=3
dma2=3
ultradir=C:\ULTRASND

[speaker]
pcspeaker=false
pcrate=11025
tandy=false
tandyrate=11025
disney=false

[joystick]
joysticktype=none

[dos]
xms=true
ems=true
umb=true

[autoexec]
mount C "/mnt/sd/dosbox/dosraiden"
C:
RAIDEN.EXE
EXIT

Raiden mapper.txt:

hand_shutdown "key 105 mod1"
hand_pause "key 19 mod2"
hand_mapper "key 282 mod1"
hand_decfskip "key 288 mod1"
hand_incfskip "key 289 mod1"
hand_cycledown "key 292 mod1"
hand_cycleup "key 293 mod1"
key_esc "key 106"
key_b "key 108"
key_up "key 97"
key_left "key 99"
key_down "key 101"
key_right "key 103"
key_space "key 107"
mod_1 "key 114" "key 305"
key_enter "key 115"

Raiden gpe:

  1. ! /bin/sh


DIRROOT=/mnt/sd/dosbox
DIRGAME=${DIRROOT}/dosraiden

cd ${DIRGAME}
${DIRROOT}/dosbox -conf ${DIRGAME}/dosbox.conf

cd /usr/gp2x
exec /usr/gp2x/gp2xmenu

Personal tools