Project

General

Profile

« Previous | Next » 

Revision 1540

Added by markw 7 days ago

Fix channel 0 getting mixed in everywhere!

View differences:

atari_chips/pokeyv2/mixer.vhdl
write <= '1';
out_ch_next <= std_logic_vector(unsigned(out_ch_reg)+1);
state_next <= state_CH0;
addAcc := '0';
when others =>
state_next <= state_CH0;

Also available in: Unified diff