Lines Matching defs:opl3_reg
298 unsigned short opl3_reg;
390 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
392 opl3->command(opl3, opl3_reg, reg_val);
397 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK +
400 opl3->command(opl3, opl3_reg, reg_val);
409 opl3_reg = OPL3_RIGHT | OPL3_REG_CONNECTION_SELECT;
410 opl3->command(opl3, opl3_reg, opl3->connection_reg);
416 opl3_reg = OPL3_RIGHT | OPL3_REG_CONNECTION_SELECT;
417 opl3->command(opl3, opl3_reg, opl3->connection_reg);
459 opl3_reg = reg_side | (OPL3_REG_AM_VIB + op_offset);
460 opl3->command(opl3, opl3_reg, reg_val);
464 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + op_offset);
465 opl3->command(opl3, opl3_reg, reg_val);
469 opl3_reg = reg_side | (OPL3_REG_ATTACK_DECAY + op_offset);
470 opl3->command(opl3, opl3_reg, reg_val);
474 opl3_reg = reg_side | (OPL3_REG_SUSTAIN_RELEASE + op_offset);
475 opl3->command(opl3, opl3_reg, reg_val);
479 opl3_reg = reg_side | (OPL3_REG_WAVE_SELECT + op_offset);
480 opl3->command(opl3, opl3_reg, reg_val);
491 opl3_reg = reg_side | (OPL3_REG_FEEDBACK_CONNECTION + voice_offset);
492 opl3->command(opl3, opl3_reg, reg_val);
503 opl3_reg = reg_side | (OPL3_REG_FEEDBACK_CONNECTION +
505 opl3->command(opl3, opl3_reg, reg_val);
524 opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset);
525 opl3->command(opl3, opl3_reg, fnum);
534 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
535 opl3->command(opl3, opl3_reg, blocknum);
595 unsigned short opl3_reg;
615 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
617 opl3->command(opl3, opl3_reg, vp->keyon_reg);
704 unsigned short opl3_reg;
730 opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset);
731 opl3->command(opl3, opl3_reg, fnum);
739 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
740 opl3->command(opl3, opl3_reg, blocknum);