opl3-rs 0.1.1

Rust bindings for Nuked-OPL3, a Yamaha OPL3 FM-synthesis chip emulation library.
Documentation
opl3-rs-0.1.1 has been yanked.

opl3-rs

opl3-rs is a small library to provide bindings for the Nuked-OPL3 library.

Usage

Nuked-OPL3 is not a turn-key implementation of the OPL3 chip - functions such as the status register, timers and interrupts are left as implementation details. Eventually this library will aim to provide a wrapper type that will provide example implementations for easier integrations with emulators.

For now, you can access the Nuked-OPL3 API via the Opl3Chip struct.

Credits

Nuked-OPL3 is (C) 2013-2020 Nuke.YKT and licensed under LGPL 2.1