default SSG vol is now 128

to eliminate one shift
This commit is contained in:
tildearrow 2023-02-05 04:57:09 -05:00
parent fcc5b6e5eb
commit fda333a76b
7 changed files with 21 additions and 21 deletions

View file

@ -222,7 +222,7 @@ class DivPlatformYM2610Base: public DivPlatformOPN {
CHECK_CUSTOM_CLOCK;
noExtMacros=flags.getBool("noExtMacros",false);
fbAllOps=flags.getBool("fbAllOps",false);
ssgVol=flags.getInt("ssgVol",256);
ssgVol=flags.getInt("ssgVol",128);
fmVol=flags.getInt("fmVol",256);
rate=fm->sample_rate(chipClock);
for (int i=0; i<16; i++) {