thecrazyboy / mist-board

Automatically exported from code.google.com/p/mist-board
0 stars 0 forks source link

Bug in YM2149_volmix.vhd #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by till.harbaum on 19 Oct 2014 at 6:36