Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/nes2wii.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <ClusterM@users.noreply.github.com>2014-01-27 06:17:02 +0400
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2014-01-27 06:22:24 +0400
commite84936170d60f23db90d6a8cd8f72e790175b474 (patch)
tree9160a6f555899f269de914b269a6c1dde581ec8d
parent6577b4b85491695b181210b7c145ec506584926d (diff)
Now you can hold Start+A+B for few seconds to change mode.
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index aaea96d..2a8056f 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,14 @@ Just ATMEGA16 (or any other ATMEGA, just recompile source code). And yes, you ne
* ATMEGA16A, 20MHz crystal
* NES, SNES, N64 and SMD controllers
+## Modes
+There are three modes for NES/SNES/SMD controllers:
+* Mode #1 - D-Pad works as left analog stick and D-Pad on classic controller at the same time
+* Mode #2 - D-Pad works as left analog stick only
+* Mode #3 - D-Pad works as D-Pad only
+
+You can hold Start+A+B for a few seconds to change mode. Green led will blink 1/2/3 times indicating new mode.
+
## Known bugs/problems
* You you need to reconnect adapter after channel start or exit to Wii menu. Maybe separate device detect wire will fix this problem? Or I need to reinitialize device somehow? Dunno :(