add (Partial) GA20 support
This commit is contained in:
parent
7a91996e3a
commit
d5f44557c2
12 changed files with 877 additions and 5 deletions
|
|
@ -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, "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue