You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
7 years ago | |
---|---|---|
png_to_vmu_lcd | 10 years ago | |
usbdrv | 10 years ago | |
.gitignore | 7 years ago | |
Makefile | 10 years ago | |
README.md | 7 years ago | |
blob.c | 10 years ago | |
changelog.txt | 10 years ago | |
dc_pad.c | 10 years ago | |
dc_pad.h | 10 years ago | |
gamepad.h | 10 years ago | |
generate_rxcode.sh | 10 years ago | |
license.txt | 10 years ago | |
main.c | 10 years ago | |
maplebus.c | 10 years ago | |
maplebus.h | 10 years ago | |
raphnet.c | 10 years ago | |
rxcode.asm | 10 years ago | |
usbconfig.h | 10 years ago |
README.md
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.