OPL3_PERCUSSION_ENABLE
if (!(opl3->drum_reg & OPL3_PERCUSSION_ENABLE))
opl3->drum_reg = OPL3_PERCUSSION_ENABLE;
reg_val |= OPL3_PERCUSSION_ENABLE;