chuniio-arcade-airs
An Arduino Leonardo/Pro Micro firmware and corresponding chuniio DLLs for conversion of arcade airs.
Wiring
Follow the guide over at Rhythm Cons Wiki. Alternatively, CrazyRedMachine has additional info in the README for their firmware.
Flashing
You will need PlatformIO.
- Configure your pins in
firmware/src/Config.h. You can also turn off game LEDs and set your reactive LED colours in here. - Upload the firmware using PlatformIO.
Game DLLs
- Download the newest release.
- Place the DLL files next to your
start.bat. - Ensure your
segatools.iniincludes the following sections:
[chuniio]
path32=chuniio_arcade_airs_x86.dll
path64=chuniio_arcade_airs_x64.dll
[slider]
enable=0
Slider emulation is intentionally not implemented, as it is expected that you will be using an arcade slider connected over serial.
Building
A build.bat is provided in the dll folder. The output DLL files will be placed in dll/dist. You will need a Rust
compiler, with the targets x86_64-pc-windows-msvc and i686-pc-windows-msvc.
Description
v1.0
Latest
Languages
Rust
49.4%
C++
44.7%
Nix
3.7%
Batchfile
1.3%
C
0.9%