Downloads

Arcade Software and Utilities

CoinFX –
A small application that runs in your task tray and emulates coin insert and drop sounds on your MAME arcade system.

Further details and instructions can be found in our Forums,
CoinFX on our Fourms


Christmas Light Code and Software

Vixen-Duino –
Arduino source code for controlling your Christmas lights display with an Arduino connected to Vixen 3 Light Controller Software.
Our display forums

There are 2 versions
Vixen-Duino WS2811 RGB
This will control WS2811 RGB LED strands (You can change the source for WS2812 and other versions of RGB Leds)
Use >>LEDCOUNT<< as the “Send a text header” in your Vixen Software, this should contain the full count of LEDs to be controlled.


Vixen-Duino Relays
This version will control a simple relay bank, it’s currently configured for 32 total relays.
I am using mechanical relays in my setup, this code has not been tested with solid state relays!
Use ~! as the “Send a text header” in your Vixen Software.


Raspberry Pi / RetroPie images

PinkyPi 1.3LCD – Our Build log / forums
PinkyPi prebuilt image, based off RetroPie 4.4
This is for the 1.3inch (240×240) LCD display version.
Using fbcp-ili9341 display driver.
Using RetroGame GPIO controller driver.

To recompile the display driver and disable screen sleep/backlight turning off on idle

cd ~/fbcp-ili9341/build
rm CMakeCache.txt
cmake -DWAVESHARE_ST7789VW_HAT=ON -DSPI_BUS_CLOCK_DIVISOR=6 -DSTATISTICS=0 -DBACKLIGHT_CONTROL=OFF ..
make -j

Reboot once complete.

PinkyPi Pro – Our Build log / forums
PinkyPi Pro prebuilt image, based off RetroPie 4.4
This is for the Pro version of PinkyPi, 1.5inch screen and more buttons.
Using fbcp-ili9341 display driver.
Using RetroGame GPIO controller driver.
Using PiSNES as default SNES emulator

PinkyPi X (GamePi15) – Our Build log / forums
PinkyPi prebuilt image, based off RetroPie 4.5.1
This is for the GamePi15 based PinkyPi build.
Using fbcp-ili9341 display driver.
Using RetroGame GPIO controller driver.
Using PiSNES as default SNES emulator
version 1.1 (updates 8/31/19)
Using mame4all as default MAME emulator

To recompile the display driver and disable screen sleep/backlight turning off on idle

cd ~/fbcp-ili9341/build
rm CMakeCache.txt
cmake -DWAVESHARE_ST7789VW_HAT=ON -DSPI_BUS_CLOCK_DIVISOR=6 -DSTATISTICS=0 -DBACKLIGHT_CONTROL=OFF ..
make -j
PinkyPi X Keymapping

Arduino Code

Shooting Gallery –

This is a VERY Beta version of some code I wrote for a BB gun based shooting gallery.
The basics of it, you use metal spoons that make contact with a back plate that completes the circuit.
When this occurs, it triggers the target being hit.
I have test code I still need to clean up, for items such as a shot counter (using a MIC), time between shots, hit counters, reaction timers and the like.
More details in the forums.

Shooting Gallery on our Forums
Rough Demonstration on Youtube