Using 2 SNES controllers and 2 NES controllers at the same time
After publishing my
NES/SNES Controller to USB adapter project, I have been asked a few times if there
was a way to connect more than one controller. I finally found the time to do it and this
page explains how it is done. Since this is only a variation of the initial project mentionned
above, I will not cover everything in detail. If necessary, refer to the original
project page.
Supporting multiple controllers at the same time is basically done by programming the Atmega8
with a different firmware. This new firmware automatically detects whether each connected
controller is a NES or SNES controller. Up to 4 NES and/or SNES controller(s) can be used at the same time.
New! NES buttons have been remapped in version 1.5 and as a result it works better with RetroPie. (See buttons).
After finding a source for SNES controller connectors
(online store),
I designed a circuit to receive them and tried
to build an interesting enclosure for the adapter. The project is named
Acrylic SNES by reference to the material the front surface is made of.
Example 2: AnodeSNES:
A 4x SNES to USB adapter built in a beautiful enclosure machined from a solid block of aluminium with a black anodized finish.
For more information, vist the AnodeSNES project page.
Example 3: Adaptater for the NES FourScore:
Example 4: SNES Multitap to USB
Only tested with the Naki Tribal Tap as shown here. Supports up to 4 controllers. The fifth port,
while present, appears not to be usable and in fact is
probably a fraud!
Example 5: Adapter box for 2 NES and 2 SNES controllers:
SNES controller sockets from a broken console
NES controller sockets from a broken console
I used the enclosure of an old NetModem which was too slow by today's standards
Ok, the placement looks right.
Now I know where to cut...
...I cut the holes using various techniques.
Finally done.
Making sure everything stays in place
I used a renovation leftover... Polyurethane construction Adhesive.
Ok, glue applied. Now wait...
Wiring view #1
Wiring view #2
Final result 1
Final result 2
Final result 3: In use!
WinXP Joystick test screenshot
Schematic
Here is the schematic and a pinout reference for NES and SNES controllers:
Schematic
Connectors
Notes and comments:
All the controllers share power, clock and latch signals. However, the data signal
coming from each controller has to be connected to an unique input on the microcontroller. A ceramic resonator can be used instead of a crystal + two capacitors. Refer to
Andrew Biem's schematic in the
user pictures section.
Using multiuse pcb2:
The multiuse PCB2 board is also a good
choice for this projet. Here are wiring diagrams that apply if this board is used:
SNES Multitap support (4 players)
Starting with firmware 1.3, the SNES multitap is supported. With this peripheral,
4 controllers are read using only 2 inputs thanks to a muliplexer controlled
by a SELECT signal. After latching the 4 controllers button states simultaneously
using the 'latch' line, controllers 1 and 2 are read serially. This operation
is then repeated, but with SELECT in a different state to access controllers 3 and 4.
Here is a multitap pinout diagram including MCU pin names for wiring:
Reduced declared max current from 120mA to 100mA. This makes it possible to connect the adapter to my keyboard USB port but is still a conservative estimate for the worst combination of hypothetical non-standard power hungry controllers.
Implemented 'Live autodetection'. This allows NES and SNES controllers to be changed during use so it is no longer necessary to power cycle the adapter. This feature can be disabled by closing JP1.
Added NES fourscore support. At power up only, when a fourscore is detected in port 1, fourscore mode is entered and ports 1 and 2 are used to read up to 4 NES controllers.
Atmega8: The *-m8-*.hex or *.hex files prior to version 1.4 are for programming an Atmega8. The fuse bytes for
Atmega8 are: high byte = 0xc9, low byte = 0x9f.
Atmega168: The *-m168*.hex files are for programming an Atmega168. The fuse bytes for the Atmega168 are:
high=0xd5, low=0xdf, extended=0x01
For informations about how to program an AVR MCU, visit my
AVR programming page.
Source code (.tar.gz files):
Unless otherwise noted, the source code is released under the terms of the GPLv2 License.
See License.txt more information. The project compiles with avr-gcc under linux. 4nes4snes-1.2.tar.gz
Note: If you are using the source code release under Linux, look at the Makefile. It has a
flash and a fuse target which uses uisp to program the flash and fuses.
Staring with version 1.5, the NES buttons have been reassigned to match SNES buttons. This makes it possible
to switch controller type without reconfiguring anything. Works great for RetroPie...
USB
SNES Button
NES Button (before v1.5)
NES Button (since v1.5)
0
B
B
1
Y
2
SELECT
SELECT
3
START
START
4
A
START
A
5
X
SELECT
6
L
A
7
R
B
Note: USB buttons are numbered from zero. If you are under Windows, you will have to add 1 to the numbers in the above table.
User pictures
I enjoy seeing how others build my projects. It also makes good assembly examples. Please send me your pictures and I'll add them here. August 26, 2017 (Saturday) Robson Couto built the following adapter for two SNES controllers. He also presents on his blog a derived
project adapted to run on a low cost USBASP AVR programmer.
July 10, 2016 (Sunday) Sebastian installed a Raspberry Pi in a NES case and used a 4nes4snes circuit board for the controllers.
December 26, 2014 (Friday) Michael Bazzinotti aka bazz built a press-fit enclosure to go with my acrylic cover and PCB. More information
on this project and on the enclosure design approach can be found on his website.
November 14, 2014 (Friday) Eduard build an adapter for two NES controlles using the connectors from a console:
January 29, 2014 (Wednesday) Josafá Siqueira from Brazil sent me the following pictures of a 3 player adapter he built.
January 25, 2014 (Saturday) Ákos sent me this picture of an Hudson soft multitap he converted to USB using this circuit. He adds: "I didn't need to damage the multitap at all! Just unplugged the factory cable, made my own, stuffed everything inside and it works.". This confirms that multitap support, present since firmware version 1.3, works with mutltaps other than the Naki Tribal Tap I tested with.
January 7, 2014 (Tuesday) Daniel Baer sends me the following pictures of an adapter he built to fit one of his PC 5 1/4" drive bay. The USB cable connects directly to one of the USB headers on his ASUS motherboard. He and his wife can now play Dr. Mario on Arch Linux with the Higan emulator.
May 3, 2013 (Friday) Pascal and Nicolas Roux sent me pictures of an adapter using home made connectors inspired by the work of Declan Williams (see above) and explains:
"We took two plastic plates which we temporarily stuck together (using double face tape) for drilling. We then took them apart to install the contacts (with wires pre-soldered to prevent melting the plastic). Then we prepared the protections (wood) to surround the contacts and wired-in the circuit (and installed the protections using screws)".
January 9, 2013 (Wednesday) Alex (here is his blog) created a through-hole PCB, and provided the Eagle schematic and board files:
June 25, 2009 (Thursday) Jeff Erbrecht has installed the circuit inside a SNES multitap. It was necessary to remove some components from the original Multitap circuit since they caused some problems.
June 17, 2008 (Tuesday) Tim Wylie built this 4 controller adapter (2 Snes and 2 NES) using the pre-assembled circuit:
October 4, 2008 (Saturday) Craig O'Connor sent me the following pictures:
May 31, 2008 (Saturday) Lucas Romero, from Germany, built this project for being able to use SNES pads with his laptop which has no parallel port. He named his project "RetroBox" and added an internal USB Hub with a 2GB USB-Stick so he always has his favorite SNES and MAME roms with him:
Gunther Baumgartner, from Germany, has installed the circuit inside a NES Four Score:
Andrew Biem, from Whidbey Island, Washington, USA, sent me the following pictures. Notice that he used a ceramic resonator instead of a crystal + two capacitors. He also provided an updated schematic.
Declan Williams (16 years old), from Australia, sent me the following pictures. Notice he found a pretty clever way to build his own SNES-style connectors:
Steve and Andi, from Austria, sent me the following pictures:
I cannot be held responsible for any damages that could occur to you
or your equipment while following the procedures present on this page.
Also, I GIVE ABSOLUTELY NO WARRANTY on the correctness and usability
of the informations on this page. Please note, however, that the procedures
above have worked in my case without any damages or problems.