Fix build

This commit is contained in:
cam900 2022-12-18 06:42:40 +09:00
parent c801227b57
commit a3dacf793b
4 changed files with 6 additions and 2 deletions

View file

@ -80,7 +80,8 @@ class DivPlatformAY8910: public DivDispatch {
nextPSGMode(PSGMode(1)),
dac(DAC()),
autoEnvNum(0),
autoEnvDen(0) {}
autoEnvDen(0),
konCycles(0) {}
};
Channel chan[3];
bool isMuted[3];