Wolfsclaw
can't be longer than 2 months right?
Hello,
yesterday i finally received my gp2x (fw 1.2.1) and had fun with gngeo, drmd, ssnes, bor, ... etc.
and now i wanted to try the (i know, now well optimized yet, but still) GBA emu, gp2xvba, and this one is driving me crazy.
i have the following files in /games/vba :
rom.gba (switched some times to see if it was the rom that didnt work, but dont seem so, tested commercials like golden sun aswell as homebrew stuff)
vba_launch.gpe
VisualBoyAdvance.cfg
VisualBoyAdvance.gpe
this is my edited vba_launch.gpe :
and my VisualBoyAdvance.cfg :
What the heck am i doing wrong?
yesterday i finally received my gp2x (fw 1.2.1) and had fun with gngeo, drmd, ssnes, bor, ... etc.
and now i wanted to try the (i know, now well optimized yet, but still) GBA emu, gp2xvba, and this one is driving me crazy.
i have the following files in /games/vba :
rom.gba (switched some times to see if it was the rom that didnt work, but dont seem so, tested commercials like golden sun aswell as homebrew stuff)
vba_launch.gpe
VisualBoyAdvance.cfg
VisualBoyAdvance.gpe
this is my edited vba_launch.gpe :
Code:
mount /mnt/sd -o remount,sync
cd /mnt/sd/games/vba
/mnt/sd/games/vba/VisualBoyAdvance.gpe /mnt/sd/games/vba/rom.gba 2>> debug.txt
sync
mount /mnt/sd -o remount,async
cd /usr/gp2x/
exec /usr/gp2x/gp2xmenu
and my VisualBoyAdvance.cfg :
Code:
#Joystick values are from http://wiki.gp2x.org/wiki/SDL_Joystick_mapping
Joy0_Left=2
Joy0_Right=6
Joy0_Up=0
Joy0_Down=4
Joy0_A=12
Joy0_B=13
Joy0_L=10
Joy0_R=11
Joy0_Start=8
Joy0_Select=9
Joy0_Exit=15
#Joy0_Speed=
#Joy0_Capture=
# Frame skip setting. Allowed values are from 0 to 5 only.
frameSkip=0
# Gameboy Frame skip setting. Allowed values are from 0 to 5 only.
gbFrameSkip=0
# Video setting. 0=1x, 1=2x, 2=3x, 3=4x.
video=0
# Use fullscreen mode. 0=false, any other value means true
fullScreen=0# Disables MMX support
disableMMX=1
# Use bios file. 0=false, any other value means true
useBios=0
# Bios file full path and name (ZIP not supported)
biosFile=none
# Filter to use. 0=no filter, 1=TV Mode, 2=2xSaI, 3=Super 2xSaI, 4=Super Eagle
# 5=Pixelate, 6=Motion Blur, 7=AdvanceMAME Scale2x, 8=Simple 2x,
# 9=Bilinear, A=Bilinear Plus, B=hq2x, C=lq2x
filter=0
# Disable status messages. 0=false, any other value means true
disableStatus=1
# Enable Gameboy border. 0=false, any other value means true
borderOn=0
# Gameboy emulator type. 0=automatic, 1=CGB/GBC, 2=SGB, 3=GB, 4=GBA, 5=SGB2
emulatorType=4
# Enable washed colors. 0=false, any other value means true
colorOption=1
# Directories. Not setting one them makes the file go the rom directory.
# Save state directory
#saveDir=
# Screen shot Capture directory
#captureDir=
# Battery directory
#batteryDir=
# Screen capture format
# 0=PNG, anything else for BMP
captureFormat=0
# Sound quality
# 1=44 Khz, 2=22Khz, 4=11Khz
soundQuality=4
# Sound Echo
# 0=false, anything else for true
soundEcho=0
# Sound Low pass filter
# 0=false, anything else for true
soundLowPass=0
# Sound reverse stereo
# 0=false, anything else for true
soundReverse=0
# Remove GBA intros (not supported anymore)
# 0=false, anything else for true
# removeIntros=0
# Save Type
# 0=automatic, 1=EEPROM, 2=SRAM, 3=Flash, 4=EEPROM+Sensor, 5=NONE
saveType=5
# Flash size
# 0=64K Flash, 1=128K Flash
flashSize=0
# Sound volume
# 0=1x, 1=2x, 2=3x, 3=4x
soundVolume=0
# Interframe blending
# 0=none, 1=motion blur, 2=smart
ifbType=0
# Show emulation speed
# 0=none, 1=percentage, 2=detailed
showSpeed=0
# Show speed in transparent mode
# 0=normal, anything else for transparent
showSpeedTransparent=0
# Enable/Disable auto frameskip
# 0=disable, anything else to enable
autoFrameSkip=1
# Sets the desired throttle
# 0=disable, 5...1000 valid throttle speeds
throttle=0
# Pauses the emulator when the window is inactive
# 0=disable, anything else to enable
pauseWhenInactive=0
# Enables AGBPrint support
# 0=disable, anything else to enable
agbPrint=0
# Enables GBA RTC support
# 0=disable, anything else to enable
rtcEnabled=0
# Sound OFF flag
# 0=sound on, anything else turns off sound
soundOff=1
# Sound Enable
# Controls which channels are enabled: (add values)
# 1 - Channel 1
# 2 - Channel 2
# 4 - Channel 3
# 8 - Channel 4
# 100 - DirectSound A
# 200 - DirectSound B
# 30f=all enabled, 0=mute all
soundEnable=0
# Controls automatic SGB border
# 0=disable, anything else enables automatic SGB border display
borderAutomatic=0
# Skip bios code
# 0=disable, anything else skips BIOS code
skipBios=0
# The interval between the rewind saves
# Minimum of 0 seconds to disable rewind support,
# Maximum of 60 minutes. Value in seconds (hexadecimal numbers)
rewindTimer=0
# Enable enhanced save type detection
# 0=disable, anything else to enable (no longer used)
#enhancedDetection=1
What the heck am i doing wrong?