horrible build failure
This commit is contained in:
parent
0602a2f811
commit
4b1605f2c2
6 changed files with 4 additions and 11 deletions
|
|
@ -65,7 +65,7 @@ class DivPlatformAY8930: public DivDispatch {
|
|||
|
||||
struct DAC {
|
||||
int sample, rate, period, pos, out;
|
||||
bool furnaceDAC, setPos;
|
||||
bool setPos;
|
||||
|
||||
DAC():
|
||||
sample(-1),
|
||||
|
|
@ -73,7 +73,6 @@ class DivPlatformAY8930: public DivDispatch {
|
|||
period(0),
|
||||
pos(0),
|
||||
out(0),
|
||||
furnaceDAC(false),
|
||||
setPos(false) {}
|
||||
} dac;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue