Introduction: RasPi Two-Player Arcade Coffee Table
Here is my version of the Raspberry Pi arcade coffee table. I got the idea from other great instructables on here and wanted to share my experience with the build.
The table can play games from multiple video game eras including NES, SNES, Sega, Playstation, and N64 (N64 requires the Rpi 2).
Protip: if you are building 2+ controllers, be sure to install the hidden gem Super Mario War and get ready for heated, relationship-destroying battles amongst friends and family. You'll thank me later.
Step 1: Parts
Table
To save cash, I cut up some old IKEA furniture into the following pieces:
(2x) 34" x 6" (apron)
(2x) 21.5" x 6" (apron)
(4x) 17" x 4" (legs)
(1x) 36" x 24" plywood (top)
(1x) 34" long and (1x) 20" long (internal monitor casing)
Paint
Screws
Electronics
Raspberry Pi 3 (suggested for better performance, although most emulators run on the RasPi B as well)
LCD Monitor (make sure it is visible when viewed from above. I went with a 27" screen)
Xin Mo USB Controller
Powered speakers
Hardware
(2x) Arcade Joysticks
(14x) Arcade buttons
HDMI cable
Wires
Power strip
Step 2: Coffee Table Frame
I built a simple table out of some "wood" from IKEA furniture I was about to toss. I cut the legs from an old table and the apron/sides from an old bookcase. By loosely following the "Build a coffee table" wikiHow, I was able to build a base and frame around the LCD monitor. Just make sure the table is big enough to fit your monitor (mine is 27").
I also built a shelf the width of the table underneath. The shelf is useful to house the speakers, power strip, and loose wires. Leave room above the shelf for an LCD mount and the screen itself.
Step 3: Prime/paint
If you are using pieces from old IKEA furniture, check out this article on the best way to paint the IKEA scraps.
Step 4: Secure the Monitor
To hold the monitor in place, I cut a piece of wood the length of the table and secured it at the appropriate height using metal brackets. I then cut holes to allow for the HDMI/power cable to run though the back of the monitor. I also cut a hole for the stem of the monitor to slide into. The shelf I built into the table frame sits below the monitor mount and houses the speakers, power strip, and loose cables.
Step 5: The Tabletop
Using a jigsaw, I cut a rectangle into the top of the table (sheet of plywood) to match the LCD screen size. I then mapped out where I wanted the joystick/buttons, and drilled appropriately sized holes to mount them. 1 1/8" drill bit worked perfectly for the buttons I had.
Step 6: Wires
I found using the Xin Mo controller board to be a nice way to wire up the buttons/joysticks and connect to the RasPi via USB. The board comes with all the wires you need as well as a mapping diagram. Due to the length in between my controllers I needed to solder some longer wires for everything to reach the board.
Protip: Make sure to map Player 1 and Player 2 buttons to the same numbers on each side - it'll be easier when it's time to configure the software mappings.
Step 7: Software
RetroPie is the best way to get pretty much any emulator you need onto the pie. The RetroPie Project downloads section contains an image for your SD card to get you started.
At the time of writing this, there is an extra step you have to take to get the Xin Mo controller board to register both controllers:
1. Once the RetroPie image is running, SSH into the RasPi and navigate to the following txt file:
/boot/cmdline.txt
2. Add the following to the end of the cmdline.txt file:
usbhid.quirks=0x16c0:0x05e1:0x040
You can also test your joysticks/button mappings using jstest:
jstest/dev/input/js0
The RetroPie-Setup Wiki is a great source of information to learn about RetroPie's emulators and supported games.
This blog post is also an awesome guide to setting up RetroPie 3 on your RasPi
Final protip: Run retropie-setup to install Kodi for kickin back and watching youtube after a stressful round of Super Mario War
Happy gaming!

Second Prize in the
Raspberry Pi Contest

Participated in the
First Time Author Contest
13 Comments
7 years ago
hey love the plans am looking at sourcing parts to build my own. it is cheaper for me to get a pack containing all the buttons and joy sticks and a control board than buying a xin mo + buttons etc. Do you know if this control board would work the same for the emulators and configuration? http://www.ebay.com/itm/New-Arcade-DIY-Kits-Parts-USB-Encoder-To-PC-China-Sanwa-Joystick-China-Buttons-/201330258408?hash=item2ee037f1e8:g:~x4AAOxyd8NSapG2
7 years ago
sorry if this sounds a little stupid but could you please explain how you configured the controls... the diagram is just a bit generic. much appreciated.
7 years ago
Great reuse for Ikea furniture as the builder of a couple Pi Arcade machines myself and a former Arcade Technician. To really be able to use it as a table you are going to want to get a piece of acrylic to cover the whole table top. This will allow you to set stuff on the table and protect the screen.
The good news is that it will add to the cocktail arcade machine aesthetics. You can work acrylic using regular wood tools just make sure that you go slow with drill speeds or the plastic will melt due to friction. I used to use standard hole saws to drill button and stick holes.
Reply 7 years ago
Thanks for the tips! I actually have a sheet that I ordered online, it's on the way! I'll update the instructable when I have it installed. Cheers!
7 years ago on Introduction
Awesome!
7 years ago on Introduction
Did you have problem to configure both joysticks?
Reply 7 years ago on Introduction
Yeah, the Xin Mo controller board I used is only detected as one controller. To fix it, all I had to do was add this to /boot/cmdline.txt:
usbhid.quirks=0x16c0:0x05e1:0x040
You can also test your joysticks/button mappings using this:
# Replace 0 with your joystick id (0 and 1 for player 1 and 2)
jstest/dev/input/js0
7 years ago
This is done really nice .
7 years ago on Introduction
This is a nice game machine
7 years ago on Introduction
Where did you get the arcade buttons?
Reply 7 years ago on Introduction
I found a full pack on ebay with everything I needed, but this site also has them:
http://shop.xgaming.com/
7 years ago on Introduction
Very cool! I love arcade tables like this. Thanks for sharing how you made yours!
Are you going to enter the RaspPi contest? https://www.instructables.com/contest/raspberrypi2015/
Reply 7 years ago on Introduction
I just entered! Thanks for the heads up!