1
0
mirror of https://github.com/UzixLS/zx-sizif-xxs.git synced 2025-07-19 07:11:28 +03:00

mixer: fix abc/acb panning

This commit is contained in:
UzixLS
2021-11-14 21:19:26 +03:00
parent b9d24c353e
commit 431b45729d

View File

@ -368,7 +368,7 @@ mixer mixer0(
.sd_r0(soundrive_r0),
.sd_r1(soundrive_r1),
.ay_acb(panning == PANNING_ABC),
.ay_acb(panning == PANNING_ACB),
.mono(panning == PANNING_MONO),
.dac_l(snd_l),