General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
-
Ren
- Posts: 1
- Joined: Fri Dec 28, 2012 2:04 am
Post
by Ren » Fri Dec 28, 2012 2:10 am
So recently i've made pcb for my arcade stick following this site
http://denki.world3.net/arcade.htmlwith PC it works perfectly, but with ps3 only d-pad works.
I guess there's not much to change in source code (since d-pad is working) but im not skilled enough to fix this.
http://denki.world3.net/downloads/Arcade_Joystick.zip source code here, if someone can fix it and maybe even explain what's wrong i would be thankful

-
ulao
- Rank 4

- Posts: 481
- Joined: Mon Aug 25, 2008 8:45 pm
Post
by ulao » Fri Dec 28, 2012 6:27 pm
why not just contact mojo? He is still around and still active. I'm sure he can help you. Mojo knows his stuff and should have an answer. I know the ps3 has a different packet style, so maybe its simple as putting the button on another byte.
Also he uses Igor Cesko's USB implementation here not usb-v I'm pretty sure. He also makes the retro adapter and it uses the usb-v project. May want to try that instead.