Skip to content

Commit

Permalink
change system id. it was that simple.
Browse files Browse the repository at this point in the history
  • Loading branch information
YaIiya committed Aug 13, 2024
1 parent 5e38bc2 commit 7f30d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/sysDef.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,7 @@ void DivEngine::registerSystems() {
);

sysDefs[DIV_SYSTEM_SS16] = new DivSysDef(
_("Garem SS16"), NULL, 0x98, 0, 8, true, false, 0, false, 0, 0, 0,
_("Garem SS16"), NULL, 0xf2, 0, 8, true, false, 0, false, 0, 0, 0,
_("OPZ-like chip, except also has OPL3 and a few exclusive waveforms.\nAlso provides 14 FM and 10 PCM channels and 4MiB of sample RAM for them."),
{ _("FM 1"), _("FM 2"), _("FM 3"), _("FM 4"), _("FM 5"), _("FM 6"), _("FM 7"), _("FM 8"), _("FM 9"), _("FM 10"), _("FM 11"), _("FM 12"), _("FM 13"), _("FM 14") },
{ "F1", "F2", "F3", "F4", "F5", "F6", "F7", "F8", "F9", "F10", "F11", "F12", "F13", "F14" },
Expand Down

0 comments on commit 7f30d82

Please sign in to comment.