Revision 1541
Added by markw 7 days ago
| atari_chips/pokeyv2/SID/amplitudeModulator.vhdl | ||
|---|---|---|
|
channel_mux_sel)
|
||
|
begin
|
||
|
MODULATED <= (others=>'0');
|
||
|
envelope <= (others=>'0');
|
||
|
wave <= (others=>'0');
|
||
|
case channel_mux_sel is
|
||
|
when "001" =>
|
||
|
wave <= wave_a;
|
||
Fix unintentional latch