DaemonBite-Retro-Controller.../SegaControllerUSB
MickGyver fa9e82e4b6 SEGA adapters now support 8bitdo HOME button. NeoGeo adapter added. Forced two-button mode added to CD32 adapter. 2020-09-07 10:49:51 +03:00
..
images Sega adapters refactoring. 2020-03-19 20:07:05 +02:00
Gamepad.cpp SEGA adapters now support 8bitdo HOME button. NeoGeo adapter added. Forced two-button mode added to CD32 adapter. 2020-09-07 10:49:51 +03:00
Gamepad.h SEGA adapters now support 8bitdo HOME button. NeoGeo adapter added. Forced two-button mode added to CD32 adapter. 2020-09-07 10:49:51 +03:00
README.md Refactoring 2020-02-06 15:09:38 +02:00
SegaController32U4.cpp SEGA adapters now support 8bitdo HOME button. NeoGeo adapter added. Forced two-button mode added to CD32 adapter. 2020-09-07 10:49:51 +03:00
SegaController32U4.h SEGA adapters now support 8bitdo HOME button. NeoGeo adapter added. Forced two-button mode added to CD32 adapter. 2020-09-07 10:49:51 +03:00
SegaControllerUSB.ino SEGA adapters now support 8bitdo HOME button. NeoGeo adapter added. Forced two-button mode added to CD32 adapter. 2020-09-07 10:49:51 +03:00

README.md

DaemonBite Sega Controller To USB Adapter

Introduction

This is a simple to build adapter for connecting Mega Drive (Genesis), Master System (+ Atari and C= controllers) to USB. It supports 3 and 6-button Mega Drive controllers and 1 and 2-button SMS/Atari/C= controllers.

The input lag for this adapter is minimal. Here is the result from a test with a 1ms polling rate on a MiSTer:

Controller Samples Average Max Min Std Dev
Original 3-Button Mega Drive Controller 2342 0.75ms 1.28ms 0.24ms 0.29ms
8bitdo M30 Wireless 2.4G 2348 4.54ms 8.05ms 2.22ms 1.31ms

Parts you need

  • Arduino Pro Micro (ATMega32U4)
  • Male end of Mega Drive controller extension (or DSUB 9Pin Male connector and some wires)
  • Heat shrink tube (Ø ~20mm)
  • Micro USB cable

Wiring

Assemble1

How to assemble (please ignore the switch)

Assemble1 Assemble1
(The switch goes to pins GND-GND-2 even if the picture above shows it connected to GND-2-3) Assemble1 Assemble1

License

This project is licensed under the GNU General Public License v3.0.

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.