Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f926265

Browse files
committedMar 27, 2025
Envelope 15 fix
1 parent 9c318b6 commit f926265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎chips/ay38910.h

+1-1
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)
Failed to load comments.