mirror of
https://github.com/mist-devel/mist-board.git
synced 2026-01-26 20:01:48 +00:00
Merge pull request #31 from jcgamestoy/fix-YM
- Fix MONO sound for channel 2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user