fix envelope channel pitch slide only writing to low byte of period

This commit is contained in:
host12prog 2025-08-08 10:05:47 +07:00
parent ccfb3d3407
commit ccd0d676c2

View file

@ -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;