Add Kurumitsu-8L support

No sample playback yet
This commit is contained in:
Natt Akuma 2025-03-28 05:43:20 +07:00
parent c0da289d40
commit 3831bc249c
12 changed files with 627 additions and 8 deletions

View file

@ -3784,6 +3784,11 @@ void FurnaceGUI::initSystemPresets() {
CH(DIV_SYSTEM_X1_010, 1.0f, 0, "")
}
);
ENTRY(
_("Kurumitsu-8L"), {
CH(DIV_SYSTEM_KURUMITSU_8L, 1.0f, 0, "")
}
);
CATEGORY_END;
CATEGORY_BEGIN(_("Specialized"),_("chips/systems with unique sound synthesis methods."));