Revision 1540
Added by markw 7 days ago
| 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;
|
||
Fix channel 0 getting mixed in everywhere!