Replace divider to shift
This commit is contained in:
parent
a8e388091a
commit
fcc5b6e5eb
7 changed files with 49 additions and 49 deletions
|
|
@ -222,8 +222,8 @@ class DivPlatformYM2610Base: public DivPlatformOPN {
|
|||
CHECK_CUSTOM_CLOCK;
|
||||
noExtMacros=flags.getBool("noExtMacros",false);
|
||||
fbAllOps=flags.getBool("fbAllOps",false);
|
||||
ssgVol=flags.getInt("ssgVol",255);
|
||||
fmVol=flags.getInt("fmVol",255);
|
||||
ssgVol=flags.getInt("ssgVol",256);
|
||||
fmVol=flags.getInt("fmVol",256);
|
||||
rate=fm->sample_rate(chipClock);
|
||||
for (int i=0; i<16; i++) {
|
||||
oscBuf[i]->rate=rate;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue