(12*sampleBank+c.value%12)
This commit is contained in:
parent
4695659ae4
commit
d981e59c59
4 changed files with 4 additions and 2 deletions
|
|
@ -776,6 +776,7 @@ void DivPlatformAY8910::setFlags(const DivConfig& flags) {
|
|||
if (extMode) {
|
||||
chipClock=extClock;
|
||||
rate=chipClock/extDiv;
|
||||
clockSel=false;
|
||||
} else {
|
||||
clockSel=flags.getBool("halfClock",false);
|
||||
switch (flags.getInt("clockSel",0)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue