Fix build
This commit is contained in:
parent
c801227b57
commit
a3dacf793b
4 changed files with 6 additions and 2 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue