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:
@ -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),
|
||||
|
Reference in New Issue
Block a user