Home
last modified time | relevance | path

Searched refs:wavetable (Results 1 – 2 of 2) sorted by path

/qemu/hw/audio/
H A Dfmopl.c441 #define OP_OUT(slot,env,con) slot->wavetable[((slot->Cnt+con)/(0x1000000/SIN_ENT))&(SIN_ENT-1)][e…
764 OPL->P_CH[c].SLOT[SLOT1].wavetable = &SIN_TABLE[0]; in OPLWriteReg()
765 OPL->P_CH[c].SLOT[SLOT2].wavetable = &SIN_TABLE[0]; in OPLWriteReg()
945 CH->SLOT[slot&1].wavetable = &SIN_TABLE[(v&0x03)*SIN_ENT]; in OPLWriteReg()
1062 CH->SLOT[s].wavetable = &SIN_TABLE[0]; in OPLResetChip()
H A Dfmopl.h37 int32_t **wavetable; member