bonimy / MushROMs

Super Nintendo game editing libraries and tools
GNU Affero General Public License v3.0
31 stars 1 forks source link

Refactor SPC-700 DSP code #27

Open bonimy opened 6 years ago

bonimy commented 6 years ago

Issue

The SPC-700 DSP code is up, but it was basically a direct port from snes9x and could stand to be refactored (especially changing member access, naming, and adding appropriate interfaces).

This is just a personal reminder to refactor the code eventually.