one more reference

This commit is contained in:
tildearrow 2023-03-09 04:11:08 -05:00
parent 5069cf65e3
commit 377dc8dd0f
1 changed files with 3 additions and 1 deletions

View File

@ -477,7 +477,9 @@ int DivPlatformAmiga::init(DivEngine* p, int channels, int sugRate, const DivCon
}
// Paula volume is implemented using PWM rather than a multiplication.
// source: https://www.youtube.com/watch?v=xyQlmsD7PAg
// sources:
// - https://www.youtube.com/watch?v=xyQlmsD7PAg
// - https://linusakesson.net/music/paulimba/index.php
memset(volTable,0,64*64);
for (int i=0; i<64; i++) {
for (int j=0; j<64; j++) {