OEACPU_HIGHBAT
oeacpufeat |= OEACPU_HIGHBAT;
oeacpufeat |= OEACPU_HIGHBAT;
oeacpufeat |= OEACPU_HIGHBAT;
if (oeacpufeat & OEACPU_HIGHBAT) {
const int after_bat3 = (oeacpufeat & OEACPU_HIGHBAT) ? 4 : 8;
const int maxbat = oeacpufeat & OEACPU_HIGHBAT ? 8 : 4;
if (oeacpufeat & OEACPU_HIGHBAT) {
u_int maxbat = (oeacpufeat & OEACPU_HIGHBAT) ? 8 : 4;