Index: atari_chips/pokeyv2/mixer.vhdl
===================================================================
--- atari_chips/pokeyv2/mixer.vhdl	(revision 1547)
+++ atari_chips/pokeyv2/mixer.vhdl	(revision 1548)
@@ -318,8 +318,8 @@
 		)
 	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)); 
