This user-space driver maps the Xarcade Tankstick to two game pads
  • C 78.7%
  • Shell 12.6%
  • Makefile 8.7%
Find a file
2016-10-10 21:05:07 +02:00
scripts Add syslog support and signal handling 2016-02-03 21:20:36 +13:00
src Add IPAC support 2016-09-26 20:24:29 +03:00
gpl3.txt Updated Makefiles, added service script 2014-06-01 14:33:53 +02:00
Makefile Refactoring 2014-06-08 08:32:22 +02:00
README.md Change key combos 2016-02-03 20:44:32 +13:00

Xarcade2Joystick

Xarcade2Jstick exclusively captures the keyboard events of the Xarcade Tankstick and maps these events to corresponding events on two virtual game pad devices.

Xarcade2Jstick was originally written as a supplementary tool for the RetroPie Project. Using this tool allows the usage of the auto-config capability of RetroArch, a central component of a RetroPie installation.

Usage

Your Xarcade will appear as two gamepads and can be used accordingly. There are also some special combinations of buttons that have special meaning:

  • P1 select + P1 start = TAB
  • P2 select + P2 start = ESC

The select buttons are the front buttons on each side of the joystick. The start buttons are the white top-center buttons.

Downloading

If you would like to download the current version of Xarcade2Jstick from its Github repository, you can use this command:

git clone https://github.com/petrockblog/Xarcade2Jstick

Building and Installation

To build Xarcade2Jstick follow these commands:

cd Xarcade2Jstick
make

If everything went fine you can install with the command

sudo make install

Installation as Service

You can install Xarcade2Jstick as daemon with this command:

sudo make installservice

Uninstalling the service and/or the binary

You can uninstall the daemon with this command:

sudo make uninstallservice

You can uninstall the binary with this command:

sudo make uninstall



Have fun!

-Florian petrockblock.com