WohlSoft / AudioCodecs

A portable collection of audio codecs as set of dependencies for SDL Mixer X audio library
14 stars 8 forks source link

[GME] Replace GENS emulator with MAME #3

Closed Wohlstand closed 6 years ago

Wohlstand commented 6 years ago

GENS emulator is very outdated, inaccurate, and has a set of imperfections. The best choice is the MAME YM2612 emulator which gives almost accurate sound and the good performance at same time.

Then, push the update to the official GME repository on BitBucket.

Wohlstand commented 6 years ago

Everything has been implemented: now it's an option to use GENS, Nuked, or MAME emulator on compile time.

The pull-request to official repo: https://bitbucket.org/mpyne/game-music-emu/pull-requests/7/ym2612-replace-legacy-gens-emulator-with/diff After merge, update GME here.

Wohlstand commented 6 years ago

Everything has been completed!