Merge pull request #444 from akumanatt/x16

VERA: halve output volume to match other PSGs
This commit is contained in:
tildearrow 2022-05-11 16:08:16 -05:00 committed by GitHub
commit c6bfc8178a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -414,7 +414,7 @@ void DivPlatformVERA::muteChannel(int ch, bool mute) {
} }
float DivPlatformVERA::getPostAmp() { float DivPlatformVERA::getPostAmp() {
return 8.0f; return 4.0f;
} }
bool DivPlatformVERA::isStereo() { bool DivPlatformVERA::isStereo() {

View file

@ -605,7 +605,7 @@ void FurnaceGUI::initSystemPresets() {
cat.systems.push_back(FurnaceGUISysDef( cat.systems.push_back(FurnaceGUISysDef(
"Commander X16", { "Commander X16", {
DIV_SYSTEM_VERA, 64, 0, 0, DIV_SYSTEM_VERA, 64, 0, 0,
DIV_SYSTEM_YM2151, 64, 0, 0, DIV_SYSTEM_YM2151, 32, 0, 0,
0 0
} }
)); ));