Search found 6 matches

by donmartio
Mon Sep 12, 2005 9:36 am
Forum: Controller Help
Topic: Two Joypads disturbing each other
Replies: 8
Views: 5270

Heyho Zondeman,
nice piece of work. I think i'll take a look myself. It was some kind of fun to dig
around in C++/ASM Code for somebody like me who's every day business it is to walk knee-deep through miserable PHP code and Java stuff.

Greetings
DonMartio
by donmartio
Sat Sep 10, 2005 8:10 pm
Forum: Controller Help
Topic: Two Joypads disturbing each other
Replies: 8
Views: 5270

Ok... stupid me... forget the stuff above. The only thing, that is important, is thad sdl gives the wrong info about my pads. My Pads have 10 Buttons and SDL says they have two... no calcualte. I added 8 in the sources and i'm thinking of an option which let you manually set the Buttoncount for your...
by donmartio
Sat Sep 10, 2005 1:41 pm
Forum: Controller Help
Topic: Two Joypads disturbing each other
Replies: 8
Views: 5270

So finally i did it (with some dirty hack). I did some investigation in the sourcecode: First tried a change of the file sdlintrf.asm: before: ; Total Number of Input Devices NEWSYM NumInputDevices, dd 2 ; Input Device Names NEWSYM GUIInputNames db 'NONE ',0 db 'KEYB/JOYSTICK ',0 db ' ',0 db ' ',0 d...
by donmartio
Sat Sep 10, 2005 7:37 am
Forum: Controller Help
Topic: Two Joypads disturbing each other
Replies: 8
Views: 5270

Thanks for the reply. I've done the Controller Setup a thousend times. What i can say is, that the Button-Codes that where entered in the fields are partially the same for the to Input-configs. For exmple J07 is the X-Button on Input 1 and Right on Input 2. The Controllers are connected via USB and ...
by donmartio
Fri Sep 09, 2005 9:17 pm
Forum: Controller Help
Topic: Two Joypads disturbing each other
Replies: 8
Views: 5270

And now i tested it with two different Joypads but the result is somewhat differnt and at last the same. When i start zsnes from console i get the feedback Device 0 /dev/input/js0 2 axis, 2 buttons, 0 hats, 0 balls Device 1 /dev/input/js1 2 axis, 2 buttons, 0 hats, 0 balls Does that mean, that there...
by donmartio
Fri Sep 09, 2005 9:03 am
Forum: Controller Help
Topic: Two Joypads disturbing each other
Replies: 8
Views: 5270

Two Joypads disturbing each other

Hallo, i recently bought 2 Logitech Precisiion Pads for playing Street Fighter. There was no problem to configure them but in the game we had to notice, that some Keys are double-binded... So for example if i walk, my opponent kicks. This is a little bit disturbing. Is there any trick to force zsnes...