C64: add a sample channel
but don't get too excited! it's just $D418 PCM for now...
This commit is contained in:
parent
f16b23772e
commit
0d8b97b1a3
8 changed files with 168 additions and 14 deletions
|
|
@ -680,7 +680,8 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl
|
|||
break;
|
||||
}
|
||||
case DIV_SYSTEM_C64_8580:
|
||||
case DIV_SYSTEM_C64_6581: {
|
||||
case DIV_SYSTEM_C64_6581:
|
||||
case DIV_SYSTEM_C64_PCM: {
|
||||
int clockSel=flags.getInt("clockSel",0);
|
||||
bool keyPriority=flags.getBool("keyPriority",true);
|
||||
bool no1EUpdate=flags.getBool("no1EUpdate",false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue