Shouldn't output to the left with channel B

This commit is contained in:
Gwilym Kuiper 2021-06-10 23:56:27 +01:00
parent 898620112b
commit d28b885e29

View file

@ -66,7 +66,7 @@ pub(super) fn set_sound_control_register_for_mixer() {
let sound_b_volume_100: u16 = 1 << 3;
let sound_b_rout: u16 = 1 << 12;
let sound_b_lout: u16 = 1 << 13;
let sound_b_lout: u16 = 0 << 13;
let sound_b_fifo_reset: u16 = 1 << 15;
SOUND_CONTROL.set(