mmontag / chip-player-js

Web-based music player for a variety of video game and chiptune music formats.
https://chiptune.app
GNU General Public License v3.0
324 stars 17 forks source link

Integrate libvgm #137

Closed mmontag closed 10 months ago

mmontag commented 1 year ago

For all logged music formats: vgm, vgz, dro, s98, gym. Provides much broader chip support than libgme.

The work involves disabling a few cores inside libgme (leaving SPC, etc.) so that there are no duplicate symbols during linking. ym2413.c mame core exists in both libgme and libvgm, for example.

mmontag commented 10 months ago

Done e37bc6e (and several other commits)