xaviermasias / pifba

Automatically exported from code.google.com/p/pifba
0 stars 0 forks source link

2 player interface as js0 can't configure for player two #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
may joystick is 2 player interface. It have four axis for two player (0,1,2,3) 
and 22 button. I can't configure the interface for two player becaus this 
configuracion need two joysticks with axis (0,1) and independent buttons. 

sorry for my english.

Original issue reported on code.google.com by efraimca...@gmail.com on 3 Sep 2013 at 7:45

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I've got the same problem with "THT Arcade console 2P USB Player". I only can 
use one player. However if I use Axes 3 and 4 and buttons 10 > 17 for the first 
player it works.Is there an option in fba2x.cfg to say that both players use 
/dev/input/jsO.
Thanks a lot for the great job you're doing with pifba.

Original comment by olivier....@gmail.com on 16 Mar 2014 at 2:02

Attachments:

GoogleCodeExporter commented 9 years ago
Hi,
I just set up a CAB..and am also having issues with THT Arcade console 2P USB 
Player".

issues.:-
1. Joystick up down is inverted.
2. Cannot get two player to work.

Thanks.

Original comment by donnypic...@gmail.com on 30 Dec 2014 at 11:20

GoogleCodeExporter commented 9 years ago
Did you get 2 players working with the THT??

Can't seem to get it to work.

This is my CFG

[Keyboard]
# Get codes from /usr/include/SDL/SDL_keysym.h
A_1=306
B_1=32
X_1=308
Y_1=304
L_1=122
R_1=120
START_1=13
SELECT_1=9
LEFT_1=-32767
RIGHT_1=32767
UP_1=+32767
DOWN_1=-32767
QUIT=27
#player 2 keyboard controls, disabled by default
A_2=999
B_2=999
X_2=999
Y_2=999
L_2=999
R_2=999
START_2=999
SELECT_2=999
LEFT_2=-32767
RIGHT_2=+32767
UP_2=+32767
DOWN_2=-32767
[Joystick]
# Get codes from “jstest /dev/input/js0″
# from package “joystick”
A_1=1
B_1=0
X_1=4
Y_1=3
L_1=4
R_1=5
START_1=7
SELECT_1=6
#Joystick axis
JA_LR=1
JA_UD=0
#player 2 button configuration
A_2=11
B_2=10
X_2=14
Y_2=13
L_2=15
R_2=12
START_2=9
SELECT_2=16
#Joystick axis
JA_LR_2=3
JA_UD_2=2
[Graphics]
DisplaySmoothStretch=1
# Display Effect: 0 none, 1 scanlines
DisplayEffect=0
DisplayBorder=0
MaintainAspectRatio=1
[Sound]

Original comment by donnypic...@gmail.com on 2 Jan 2015 at 8:01

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
https://github.com/petrockblog/RetroPie-Setup/wiki/Troubles-with-the-Xin-Mo-Cont
roller
I've found a patch here http://www.morere.eu/spip.php?article176 but I don't 
know how to apply it.

Original comment by olivier....@gmail.com on 5 Jan 2015 at 1:08

Attachments:

GoogleCodeExporter commented 9 years ago
CHeck out the following link... Seems to work so far.

http://blog.petrockblock.com/forums/topic/tht-tht-arcade-2-player-usb-controller
/#post-84723

Original comment by donnypic...@gmail.com on 12 Jan 2015 at 8:55

GoogleCodeExporter commented 9 years ago
Thanks a lot, it's working perfectly.

Original comment by olivier....@gmail.com on 28 Jan 2015 at 1:14