Lines Matching defs:opl3_reg

291 	unsigned short opl3_reg;
394 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
396 opl3->command(opl3, opl3_reg, reg_val);
401 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK +
404 opl3->command(opl3, opl3_reg, reg_val);
413 opl3_reg = OPL3_RIGHT | OPL3_REG_CONNECTION_SELECT;
414 opl3->command(opl3, opl3_reg, opl3->connection_reg);
420 opl3_reg = OPL3_RIGHT | OPL3_REG_CONNECTION_SELECT;
421 opl3->command(opl3, opl3_reg, opl3->connection_reg);
467 opl3_reg = reg_side | (OPL3_REG_AM_VIB + op_offset);
468 opl3->command(opl3, opl3_reg, reg_val);
472 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + op_offset);
473 opl3->command(opl3, opl3_reg, reg_val);
477 opl3_reg = reg_side | (OPL3_REG_ATTACK_DECAY + op_offset);
478 opl3->command(opl3, opl3_reg, reg_val);
482 opl3_reg = reg_side | (OPL3_REG_SUSTAIN_RELEASE + op_offset);
483 opl3->command(opl3, opl3_reg, reg_val);
487 opl3_reg = reg_side | (OPL3_REG_WAVE_SELECT + op_offset);
488 opl3->command(opl3, opl3_reg, reg_val);
499 opl3_reg = reg_side | (OPL3_REG_FEEDBACK_CONNECTION + voice_offset);
500 opl3->command(opl3, opl3_reg, reg_val);
511 opl3_reg = reg_side | (OPL3_REG_FEEDBACK_CONNECTION +
513 opl3->command(opl3, opl3_reg, reg_val);
532 opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset);
533 opl3->command(opl3, opl3_reg, fnum);
544 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
545 opl3->command(opl3, opl3_reg, blocknum);
608 unsigned short opl3_reg;
630 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
632 opl3->command(opl3, opl3_reg, vp->keyon_reg);
727 unsigned short opl3_reg;
753 opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset);
754 opl3->command(opl3, opl3_reg, fnum);
762 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
763 opl3->command(opl3, opl3_reg, blocknum);