Search found 1 match
- Mon Mar 01, 2010 5:59 am
- Forum: V-USB
- Topic: Merging PS2USB with C64 Code
- Replies: 1
- Views: 2813
Merging PS2USB with C64 Code
My project requires reading a Playstation Controller and translating that into Keyboard inputs (ie pressing up on the controller makes the AVR send a U keystroke, pressing the circle makes the avr type o etc). I've successfully loaded the PS2USB code and the C64 code and tested them individually, bu...