From 9e7ae367983fd47b9e5207d58e65814388a77b67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Gonz=C3=A1lez=20Amestoy?= Date: Sat, 27 Aug 2016 14:46:22 +0200 Subject: [PATCH] - Fix MONO sound for channel 2 --- cores/mist/YM2149_volmix.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cores/mist/YM2149_volmix.vhd b/cores/mist/YM2149_volmix.vhd index 7a69a14..2b30498 100644 --- a/cores/mist/YM2149_volmix.vhd +++ b/cores/mist/YM2149_volmix.vhd @@ -529,7 +529,7 @@ begin vol_table_in_r(11 downto 8) <= reg(10)(3 downto 0); else vol_table_in_l(11 downto 8) <= env_vol(4 downto 1); - vol_table_in_r(11 downto 8) <= reg(10)(3 downto 0); + vol_table_in_r(11 downto 8) <= env_vol(4 downto 1); end if; end if; end if;