I find a bug in YM2149_volmix.vhd
At line 580 when it say:
vol_table_in_r(11 downto 8) <= reg(10)(3 downto 0);
Must be:
vol_table_in_r(11 downto 8) <= env_vol(4 downto 1);
Obiously is a "Copy/Paste" Problem ;)
I would fix it myself but do not have installed Quartus
Regards
Original issue reported on code.google.com by jcgamestoy on 10 Jun 2014 at 8:59
Original issue reported on code.google.com by
jcgamestoy
on 10 Jun 2014 at 8:59