DhrBaksteen / ArduinoOPL2

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

Instrument corrections #53

Closed DhrBaksteen closed 4 years ago

DhrBaksteen commented 4 years ago

This fixes an issue in comments of the instrument files. Regiseters 0x0E and 0xC0 were swapped causing confusion. Also array size od instrumentBaseRegs has been corrected.

This solves #48