YM_POWER_ACTIVE
if (((sc->sc_on_blocks &= ~sc->sc_turning_off) & YM_POWER_ACTIVE) == 0)
if ((sc->sc_on_blocks & YM_POWER_ACTIVE) == 0)
if (sc->sc_on_blocks & YM_POWER_ACTIVE)