From c7b42f855131d4851ac854790d3682dcf3d4e28f Mon Sep 17 00:00:00 2001 From: Natt Akuma <77432377+akumanatt@users.noreply.github.com> Date: Sun, 5 Mar 2023 23:20:34 +0700 Subject: [PATCH] Change X16's mixing to match the latest hardware This has been verified with the latest Developer Board. Previous values are also incorrect as the test program used has a YM2151 patch configured incorrectly. --- src/gui/presets.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/presets.cpp b/src/gui/presets.cpp index 16ef7d56c..e6aa56e78 100644 --- a/src/gui/presets.cpp +++ b/src/gui/presets.cpp @@ -1106,7 +1106,7 @@ void FurnaceGUI::initSystemPresets() { ENTRY( "Commander X16", { CH(DIV_SYSTEM_VERA, 1.0f, 0, ""), - CH(DIV_SYSTEM_YM2151, 0.5f, 0, "") + CH(DIV_SYSTEM_YM2151, 1.0f, 0, "") } ); ENTRY(