tag | line | file | source code |
---|---|---|---|
connection | 489 | drivers/sound/opl3.c | int connection; |
connection | 501 | drivers/sound/opl3.c | connection = ((instr->operators[10] & 0x01) << 1) | (instr->operators[10 + OFFS_4OP] & 0x01); |
connection | 503 | drivers/sound/opl3.c | switch (connection) |
connection | 959 | drivers/sound/opl3.c | int connection = ((instr->operators[10] & 0x01) << 1) | (instr->operators[10 + OFFS_4OP] & 0x01); |
connection | 961 | drivers/sound/opl3.c | switch (connection) |