chuniio-rs
ChuniIO driver for various controllers.
Configuration
segatools.ini
[chuniio]
;; For Chunithm NEW or newer
path32=chuniio_xxx_x86.dll
path64=chuniio_xxx_x64.dll
;; For CHUNITHM PARADISE and older
path=chuniio_xxx.dll
[io3]
test=0x70
service=0x71
coin=0x72
Build instructions
Currently supported backends are:
tasoller_v1tasoller_v2laverita_v2laverita_v3(contributed by sr1canskhsia)
CONTROLLER="tasoller_v1" # replace with your preferred controller backend
# For CHUNITHM NEW (SDHD)
cargo build --target i686-pc-windows-msvc --release --features chusan,$CONTROLLER
cargo build --target x86_64-pc-windows-msvc --release --features chusan,$CONTROLLER
cp target/i686-pc-windows-msvc/release/chuniio_rs.dll chuniio_${CONTROLLER}_chusan.dll
cp target/x86_64-pc-windows-msvc/release/chuniio_rs.dll chuniio_${CONTROLLER}_amdaemon.dll
# For CHUNITHM (SDBT)
cargo build --target i686-pc-windows-msvc --release --features $CONTROLLER
cp target/i686-pc-windows-msvc/release/chuniio_rs.dll chuniio_$CONTROLLER.dll
Languages
Rust
96.4%
PowerShell
1.8%
Shell
1.8%