AVR micro-controller firmware for a Dreamcast controller to USB adapter.
Schematic and additional information are available on the project homepage:
English: Dreamcast controller to USB adapter French: Adaptateur manette Dreamcast à USB
Currently supported micro-controllers:
- Atmega168
Adding support for other micro-controllers should be easy, as long as the target has enough IO pins, enough memory (flash and SRAM) and is supported by V-USB.
This project is licensed under the terms of the GNU General Public License, version 2.
- Thank you to Objective development, author of V-USB for a wonderful software-only USB device implementation.