JayWhite said:
DarkShadowSwE said:
yeah , thats the problem , i dont get the wiz "A" button to become the gameboys "B" button and the wiz "X" should be the gameboys "A".
The system.pc have some configs to , :/
Which emulator are you using?
I use ohboy and x is b, and b is a.
Yeah , but i use lemonboy due to its save sram options , then u dont lose ur played data if the bettery runs dry... ,
Neil L said:
JayWhite said:
Which emulator are you using?
I use ohboy and x is b, and b is a.
The contents of the 'system.gp2x' file above is from LemonBoy, the buttons are the same on this one (Wiz X=GB B & Wiz B=GB A), they're easy enough to change.
# Buttons
bind joyup +up
bind joydown +down
bind joyleft +left
bind joyright +right
bind gpx +b
bind gpb +a
bind gpselect +select
bind gpstart +start
bind gpy menu
bind gpa palette
bind gpl savestate
bind gpr loadstate
set use_joy true
Cheers, Neil
OMG !!! , i didnt read the WHOLE config , then i would have seen that the Wiz A button was binded to palettes , -.- , my config looks like this now :
System.gp2x
# System configuration for gp2x
# Buttons
bind joyup +up
bind joydown +down
bind joyleft +left
bind joyright +right
bind gpa +b
bind gpx +a
bind gpselect +select
bind gpstart +start
bind gpy menu
#bind gpa palette
#bind gpl savestate
#bind gpr loadstate
set use_joy true
# System config
set rcpath configs
set savedir saves
set romsdir roms
set confirmsave true
set confirmload false
set previews true
set deformation 20
set voffset 12
set vmodes 3 4 -1 -1 -1
set syncrtc false
set forcepal0 false
set machine 2
# In game config
set autofskip yes
set sound yes
set volumen 80
set scaling 0
set vsync no
set frame frames/default.png
set palette palettes/default
# Speed hacks
set cpuclock 175
set samplerate 44100
set rgb332 true
set sprsort 0
System.pc
# System configuration for gp2x
# Buttons
bind up +up
bind joyup +up
bind down +down
bind joydown +down
bind left +left
bind joyleft +left
bind right +right
bind joyright +right
bind a +b
bind joy4 +b
bind s +a
bind joy1 +a
bind enter +select
bind joy8 +select
bind space +start
bind joy9 +start
bind esc menu
bind joy3 menu
#bind v palettes
#bind joy4 palettes
#bind 1 savestate
#bind joy6 savestate
#bind 2 loadstate
#bind joy7 loadstate
set use_joy true
# System config
set rcpath configs
set savedir saves
set romsdir roms
set confirmsave true
set confirmload false
set previews true
set deformation 20
set voffset 12
set machine 0
set forcepal0 false
set showsplash false
# In game config
set autofskip yes
set sound yes
set volumen 80
set scaling 0
set vsync no
set frame frames/default.png
set palette palettes/default
# Speed hacks
set samplerate 44100
set rgb332 true
set sprsort 0
Works like a charm now , cheers for the help , ^^
( the savestates are disabled by me , screwed up a game with the L and R buttons , rather use the ingame menu for savestates... )