Update README.md

This commit is contained in:
mcgurk 2016-09-06 00:36:01 +03:00 committed by GitHub
parent 3cab0609ba
commit 25fcf8fc17
1 changed files with 1 additions and 2 deletions

View File

@ -59,8 +59,7 @@ https://github.com/MHeironimus/ArduinoJoystickLibrary
### Code
This code supports Atari, SMS, NES, SNES and Genesis (3 and 6 button) controllers. Select your controller by commenting and uncommenting stuff from beginning of source code and give your IO-pin numbers.
Every one uses same button numbering, so if you make multiple adapters for different controllers, you have to teach buttons to RetrOrangePi only once. (of course this is also handy with every other emulators and platforms than RetrOrangePi)
Every one uses same button numbering, so if you make multiple adapters for different controllers, you have to teach buttons to emulator/game (or whole emulation system like RetrOrangePi) only once.
#### Konami code
You can also enable or disable Konami-code-shortcut. For now it works only with Genesis 6-button controller (X+Y+Z+UP (or DOWN)) and SNES-controller (X+Y+R1+UP (or DOWN)). Some games demands that not other buttons are pressed before code and that's why only last pressed button can be button which have some function in emulator.