diff --git a/README.md b/README.md index 6e23b30..5874e32 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Introduction 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.). -**PLEASE NOTE!** This project is open source and was aimed as being a DIY friendly option to game controller adapters. I kindly ask you not to make a business out of selling adapters using this code without contacting me first. I sell assembled adapters at https://daemonbite.com. I'm currently working on ways to be able to supply more adapters. +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. 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: @@ -18,7 +18,7 @@ See the README files in the subfolders for build instructions. All the adapters 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. ## License -This project is licensed under the GNU General Public License v3.0. +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. ## 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.