Changes

PSG

4 bytes added, 19 March
/* 0Dh - Volume Envelope Shape (4bit) */
In other words, in Python we have:
def adsr_to_shaperegister_to_shape(val):
if (val >> 2) == 0: return 1
elif (val >> 2) == 1: return 7
12,036
edits