libgme / game-music-emu

Blargg's video game music emulation library, which allows audio applications to easily add playback support for the music of many classic video game consoles.
GNU Lesser General Public License v2.1
59 stars 12 forks source link

Add the YMFM set of emulators. #67

Open Wohlstand opened 9 months ago

Wohlstand commented 9 months ago

There is a set of BSD licensed chip emulators called YMFM which can be taken to here as an alternative to the MAME emulator (which is GPL licensed).

The only problem they require C++14 to build. So, it's possible to make the same as at the side of libOPNMIDI: do build it when C++14 is available, otherwise, don't build YMFM sub-module.