fix envelope channel pitch slide only writing to low byte of period
This commit is contained in:
parent
ccfb3d3407
commit
ccd0d676c2
|
@ -148,8 +148,8 @@ class DivPlatformAY8910: public DivDispatch {
|
|||
short pendingWrites[16];
|
||||
unsigned char ayNoisePeriod;
|
||||
unsigned char ayEnvMode;
|
||||
unsigned short ayOldEnvPeriod;
|
||||
unsigned short ayEnvPeriod;
|
||||
unsigned int ayOldEnvPeriod;
|
||||
unsigned int ayEnvPeriod;
|
||||
short ayEnvSlideLow;
|
||||
short ayEnvSlide;
|
||||
|
||||
|
|
Loading…
Reference in a new issue