SM8521: warn the user that noise emulation is inac

issue #2567
This commit is contained in:
tildearrow 2026-01-15 13:27:12 -05:00
parent cc0648f698
commit bb814f7760

View file

@ -2448,7 +2448,7 @@ void DivEngine::registerSystems() {
sysDefs[DIV_SYSTEM_SM8521]=new DivSysDef(
_("Sharp SM8521"), NULL, 0xc8, 0, 3, 3, 3,
false, true, 0, false, 0, 32, 16,
_("a SoC with wavetable sound hardware."),
_("a SoC with wavetable sound hardware.\n\nWARNING: NOISE EMULATION IS CURRENTLY INACCURATE DUE TO LACK OF DOCUMENTATION."),
DivChanDefFunc({
DivChanDef(_("Channel 1"), "CH1", DIV_CH_WAVE , DIV_INS_SM8521),
DivChanDef(_("Channel 2"), "CH2", DIV_CH_WAVE , DIV_INS_SM8521),