MSX2 is not FM system

This commit is contained in:
tildearrow 2024-12-06 18:55:02 -05:00
parent 8215371d31
commit 54620b04e0

View file

@ -970,7 +970,7 @@ void DivEngine::registerSystems() {
);
sysDefs[DIV_SYSTEM_MSX2]=new DivSysDef(
_("MSX + SCC"), NULL, 0, 0x0a, 8, true, false, 0, true, 0, 0, 0,
_("MSX + SCC"), NULL, 0, 0x0a, 8, false, true, 0, true, 0, 0, 0,
"<COMPOUND SYSTEM!>",
{}, {}, {}, {}
);