Skip to content

Commit 0a879d6

Browse files
authored
Merge pull request #109 from leiradel/fixed_ay38910_envelope_15
AY-3-8910 envelope 15 fix
2 parents 9c318b6 + f926265 commit 0a879d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chips/ay38910.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ static const uint8_t _ay38910_shapes[16][32] = {
377377
// 1 1 1 0
378378
{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0 },
379379
// 1 1 1 1
380-
{ 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
380+
{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
381381
};
382382

383383
/* DC adjustment filter from StSound, this moves an "offcenter"

0 commit comments

Comments
 (0)