DaemonBite-Retro-Controller.../README.md

25 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2020-02-06 08:09:38 -05:00
# DaemonBite Retro Controllers To USB Adapters
2020-01-22 06:33:38 -05:00
## Introduction
2020-02-27 07:19:04 -05:00
This is a collection of easy to build adapters for connecting SNES, NES, Mega Drive/Genesis (3/6-button), Master System, Atari, Commodore, Amiga (incl. CD32) controllers to USB. Support for more controllers is on the way (Sega Saturn, NeoGeo etc.).
2020-01-22 06:41:01 -05:00
2021-05-26 08:54:21 -04:00
If you want to support my work I sell assembled adapters at https://daemonbite.com. I'm currently working on ways to be able to supply more adapters.
2021-05-10 13:08:48 -04:00
2020-02-06 08:09:38 -05:00
The input lag for these adapters is minimal. Here is the result of the Sega controller adapter from a test with a 1ms polling rate on a MiSTer:
2020-01-22 06:41:01 -05:00
| Controller | Samples | Average | Max | Min | Std Dev |
| ------ | ------ | ------ | ------ | ------ | ------ |
2020-01-22 06:48:27 -05:00
| Original 3-Button Mega Drive Controller | 2342 | 0.75ms | 1.28ms | 0.24ms | 0.29ms |
2020-01-22 06:41:01 -05:00
| 8bitdo M30 Wireless 2.4G | 2348 | 4.54ms | 8.05ms | 2.22ms | 1.31ms |
2020-01-22 06:33:38 -05:00
2020-04-29 02:05:05 -04:00
## How to assemble the adapters
2020-02-06 08:09:38 -05:00
See the README files in the subfolders for build instructions. All the adapters are build around the Arduino Pro Micro.
2020-01-22 06:33:38 -05:00
2020-04-29 02:05:05 -04:00
## Building the projects
2020-04-29 02:08:35 -04:00
You will need the [Arduino IDE](https://www.arduino.cc/en/Main/Software) to build the projects. Download the whole repository via the "Clone or download" button, open the project you want to build in the IDE and select "Arduino Leonardo" in Tools / Board. Connect the Arduino to a USB port and build/upload from Scetch / Upload.
2020-04-29 02:05:05 -04:00
2020-01-22 06:33:38 -05:00
## License
2021-05-26 08:54:21 -04:00
This project is licensed under the GNU General Public License v3.0. The name "daemonbite" is registered to my company in Finland and should not be used by others.
2020-02-06 08:09:38 -05:00
## Credits
The Mega Drive gamepad interface is based on this repository : https://github.com/jonthysell/SegaController but almost entirely rewritten and a lot of optimisations have been made.