dreamcast_usb/README.md

1.1 KiB

Dreamcast controller to USB adapter firmware

AVR micro-controller firmware for a Dreamcast controller to USB adapter.

Project homepage

Schematic and additional information are available on the project homepage:

English: Dreamcast controller to USB adapter French: Adaptateur manette Dreamcast à USB

Supported micro-controllers

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.

Built with

License

This project is licensed under the terms of the GNU General Public License, version 2.

Acknowledgments

  • Thank you to Objective development, author of V-USB for a wonderful software-only USB device implementation.