DhrBaksteen / ArduinoOPL2

Arduino library for use with the OPL2 board (YM3812) and OPL3Duo (YMF262)
MIT License
195 stars 39 forks source link

Fix OPL3 #75

Closed jonkerj closed 3 years ago

jonkerj commented 3 years ago

It seems the OPL3-specific code is not fully able to use the OPL3 features at all. This PR fixes this. Tested on Arduino with OPL3.

Fixes #74