OpenEmu / GenesisPlus-Core

OpenEmu Core plugin with Genesis Plus GX to support Genesis/Sega CD/Master System/Game Gear/SG-1000 emulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sega Master System YM2413 soundchip isn't used unless it's hash whitelisted making fan translations unable to use

lonkelle opened this issue · comments

Going around telling front ends to fix this. The fix for Provenance was this:

https://github.com/Provenance-Emu/Provenance/blob/d5e4f2cb7773a91b016bd0614319b6fba11342b2/Cores/Genesis-Plus-GX/PVGenesis/Genesis/GenesisCore/genplusgx_source/gx/config.c#L111

needs to be changed to:

config.ym2413 = 1; /* always ON */

to fix "non-whitelisted" games. The same fix applies to retroarch but I can't find the config.c file for your installation. If you want to test this - just use the fan translation of Phantasy Star 1 for the SMS. The original Japanese will have different music than the translation and this whitelist is why.