YAJVSEmu
Program which aims to emulate the SEGA JVS protocol in C++ using existing libs.
Install / Use
/learn @GXTX/YAJVSEmuREADME
YAJVSEmu
YAJVSEmu (YetAnotherJVSEmu) is a program which aims to emulate the SEGA JVS protocol using mostly off-the-shelf solutions, and a way for me to play around with new things. Supports many many different types of controllers and wheels thanks to using SDL2 as the backend for Joystick and Gamepad support, have a controller or device that isn't mapped? Checkout this project for more information. Just plop the file in the same directory as the executable and it'll load the configuration from it. Also supports using a Wii IR controller as a X/Y gun.
Checkout some gameplay videos here!
Building
Prerequisites
Ubuntu 20.04
sudo apt install build-essential cmake pkg-config libsdl2-dev libxwiimote-dev libserialport-dev
Important: You are also required to have BCM2835 installed, you can find this here.
Note: It is also assumed you've properly created the gpio group and others as required. Checkout this for more information.
Build
git clone https://github.com/GXTX/YAJVSEmu
cd YAJVSEmu
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build .
Running
Prior to use you must have a USB to RS485 adapter installed on your Pi, and JVS cable wired up like this. The diodes used in this example are 4 1N4148's. The voltage across ground and the GPIO pin should be 2.5V with your arcade system running and YetAnother not started.
The program must be ran as root, and must be running before turning on your system. There is also zero prior configuration required, just run and the program will ask you information about your environment.
sudo ./YAJVSEmu
Some interesting features are:
- Ability to use with real IO boards as a slave device at the end of the chain.
- Ability to emulate up-to 31 IO boards at one time.
Related Skills
node-connect
343.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
90.0kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。

