add (Partial) GA20 support

This commit is contained in:
cam900 2022-12-15 20:03:54 +09:00
parent 7a91996e3a
commit d5f44557c2
12 changed files with 877 additions and 5 deletions

View file

@ -1158,6 +1158,11 @@ void FurnaceGUI::initSystemPresets() {
CH(DIV_SYSTEM_K007232, 64, 0, "")
}
);
ENTRY(
"Nanao GA20", {
CH(DIV_SYSTEM_GA20, 64, 0, "")
}
);
ENTRY(
"Generic PCM DAC", {
CH(DIV_SYSTEM_PCM_DAC, 64, 0, "")