dev137 - new mixing volumes
YM2612 is now twice as loud SN76489 and OPLL are 1.5x loud X1-010 is four times louder
This commit is contained in:
parent
0383b0c50f
commit
1d446bd56b
12 changed files with 57 additions and 10 deletions
|
|
@ -1170,6 +1170,10 @@ int DivPlatformGenesis::getRegisterPoolSize() {
|
|||
return 512;
|
||||
}
|
||||
|
||||
float DivPlatformGenesis::getPostAmp() {
|
||||
return 2.0f;
|
||||
}
|
||||
|
||||
void DivPlatformGenesis::reset() {
|
||||
while (!writes.empty()) writes.pop_front();
|
||||
memset(regPool,0,512);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue