Fix build

This commit is contained in:
cam900 2022-12-17 18:37:08 +09:00
parent a32ade061f
commit f80a686cf5
2 changed files with 4 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];

View File

@ -90,7 +90,8 @@ class DivPlatformAY8930: public DivDispatch {
dac(DAC()),
autoEnvNum(0),
autoEnvDen(0),
duty(4) {}
duty(4),
konCycles(0) {}
};
Channel chan[3];
bool isMuted[3];