Revision 1462
Added by markw 8 months ago
atari_chips/pokeyv2/pokeymax.vhd | ||
---|---|---|
when "01" =>
|
||
adc_next <= adc_shrunk(20 downto (20-16+1)); --*1
|
||
when "10" =>
|
||
adc_next <= adc_shrunk(19 downto (19-16+1)); --*2
|
||
adc_next <= adc_shrunk(20 downto 20) & adc_shrunk(18 downto (18-16+1)); --*2
|
||
when "11" =>
|
||
adc_next <= adc_shrunk(18 downto (18-16+1)); --*4
|
||
adc_next <= adc_shrunk(20 downto 20) & adc_shrunk(17 downto (17-16+1)); --*4
|
||
when others =>
|
||
adc_next <= (others=>'0');
|
||
end case;
|
Also available in: Unified diff
Horrible screeching on *2, I think down to this