OPL_MULTIPLE_MASK 504 dev/ic/opl.c m_mult = (chars0 & OPL_MULTIPLE_MASK) * mult; OPL_MULTIPLE_MASK 505 dev/ic/opl.c c_mult = (chars1 & OPL_MULTIPLE_MASK) * mult; OPL_MULTIPLE_MASK 511 dev/ic/opl.c r20m = (chars0 &~ OPL_MULTIPLE_MASK) | m_mult; OPL_MULTIPLE_MASK 512 dev/ic/opl.c r20c = (chars1 &~ OPL_MULTIPLE_MASK) | c_mult;