one more
This commit is contained in:
parent
8ba6c4cf42
commit
9ba1eb2541
|
@ -216,13 +216,6 @@ void DivDispatchContainer::clear() {
|
||||||
if (dispatch->getDCOffRequired()) {
|
if (dispatch->getDCOffRequired()) {
|
||||||
dcOffCompensation=true;
|
dcOffCompensation=true;
|
||||||
}
|
}
|
||||||
// run for one cycle to determine DC offset
|
|
||||||
// TODO: SAA1099 doesn't like that
|
|
||||||
/*dispatch->acquire(bbIn[0],bbIn[1],0,1);
|
|
||||||
temp[0]=bbIn[0][0];
|
|
||||||
temp[1]=bbIn[1][0];
|
|
||||||
prevSample[0]=temp[0];
|
|
||||||
prevSample[1]=temp[1];*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void DivDispatchContainer::init(DivSystem sys, DivEngine* eng, int chanCount, double gotRate, const DivConfig& flags) {
|
void DivDispatchContainer::init(DivSystem sys, DivEngine* eng, int chanCount, double gotRate, const DivConfig& flags) {
|
||||||
|
@ -479,7 +472,7 @@ void DivDispatchContainer::init(DivSystem sys, DivEngine* eng, int chanCount, do
|
||||||
break;
|
break;
|
||||||
case DIV_SYSTEM_NAMCO:
|
case DIV_SYSTEM_NAMCO:
|
||||||
dispatch=new DivPlatformNamcoWSG;
|
dispatch=new DivPlatformNamcoWSG;
|
||||||
// Pac-Man (TODO: support Pole Position?)
|
// Pac-Man
|
||||||
((DivPlatformNamcoWSG*)dispatch)->setDeviceType(1);
|
((DivPlatformNamcoWSG*)dispatch)->setDeviceType(1);
|
||||||
break;
|
break;
|
||||||
case DIV_SYSTEM_NAMCO_15XX:
|
case DIV_SYSTEM_NAMCO_15XX:
|
||||||
|
|
Loading…
Reference in a new issue