2024-05-15 15:00:05 -05:00
2024-05-12 10:33:08 -05:00
2024-05-15 15:00:05 -05:00
2024-05-12 10:33:08 -05:00
2024-05-08 17:38:29 -05:00
2024-05-08 17:38:31 -05:00
2024-05-08 17:38:31 -05:00
2024-05-12 10:33:08 -05:00
2024-05-15 15:00:05 -05:00

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.

  1. Configure your pins in firmware/src/Config.h. You can also turn off game LEDs and set your reactive LED colours in here.
  2. Upload the firmware using PlatformIO.

Game DLLs

  1. Download the newest release.
  2. Place the DLL files next to your start.bat.
  3. Ensure your segatools.ini includes 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
No description provided
Readme 118 KiB
v1.0 Latest
2024-05-15 20:02:09 +00:00
Languages
Rust 49.4%
C++ 44.7%
Nix 3.7%
Batchfile 1.3%
C 0.9%