mirror of
https://github.com/raphnet/dreamcast_usb
synced 2024-12-21 22:58:52 -05:00
png_to_vmu_lcd | ||
usbdrv | ||
blob.c | ||
changelog.txt | ||
dc_pad.c | ||
dc_pad.h | ||
gamepad.h | ||
generate_rxcode.sh | ||
license.txt | ||
main.c | ||
Makefile | ||
maplebus.c | ||
maplebus.h | ||
raphnet.c | ||
README.md | ||
rxcode.asm | ||
usbconfig.h |
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.