Skip to content

Commit 9e45b29

Browse files
committed
ay3891 fix envelope 15 (see floooh/chips#109)
1 parent fc6f9ba commit 9e45b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chips/ay3891.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ pub fn Type(comptime cfg: TypeConfig) type {
474474
// 1 1 1 0
475475
.{ 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 },
476476
// 1 1 1 1
477-
.{ 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 },
477+
.{ 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 },
478478
};
479479
};
480480
}

0 commit comments

Comments
 (0)