Project

General

Profile

« Previous | Next » 

Revision 1548

Added by markw 4 days ago

Recording channels were flipped

View differences:

atari_chips/pokeyv2/mixer.vhdl
)
begin
volume <= (others=>'0');
out_left_enable <= channelsel(3);
out_right_enable <= not(channelsel(3));
out_left_enable <= not(channelsel(3));
out_right_enable <= channelsel(3);
--left
include_in_output(0) <= not(channelsel(3));

Also available in: Unified diff