Home
last modified time | relevance | path

Searched refs:qsound_channel (Results 1 – 5 of 5) sorted by relevance

/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A Dqsound.c144 memset(qsound_channel, 0, sizeof(qsound_channel)); in qsound_sh_start()
278 qsound_channel[ch].pitch=(long) in qsound_set_command()
289 qsound_channel[ch].key=0; in qsound_set_command()
293 qsound_channel[ch].reg3=value; in qsound_set_command()
305 qsound_channel[ch].key=0; in qsound_set_command()
310 qsound_channel[ch].key=1; in qsound_set_command()
312 qsound_channel[ch].offset=0; in qsound_set_command()
313 qsound_channel[ch].lastdt=0; in qsound_set_command()
315 qsound_channel[ch].cursor=qsound_channel[ch].address <<8 ; in qsound_set_command()
320 qsound_channel[ch].vol=value; in qsound_set_command()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sound/
H A Dqsound.c144 memset(qsound_channel, 0, sizeof(qsound_channel)); in qsound_sh_start()
283 qsound_channel[ch].pitch=(long) in qsound_set_command()
294 qsound_channel[ch].key=0; in qsound_set_command()
298 qsound_channel[ch].reg3=value; in qsound_set_command()
314 qsound_channel[ch].key=0; in qsound_set_command()
319 qsound_channel[ch].key=1; in qsound_set_command()
321 qsound_channel[ch].offset=0; in qsound_set_command()
322 qsound_channel[ch].lastdt=0; in qsound_set_command()
324 qsound_channel[ch].cursor=qsound_channel[ch].address <<8 ; in qsound_set_command()
329 qsound_channel[ch].vol=value; in qsound_set_command()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sound/
H A Dqsound.c144 memset(qsound_channel, 0, sizeof(qsound_channel)); in qsound_sh_start()
283 qsound_channel[ch].pitch=(long) in qsound_set_command()
294 qsound_channel[ch].key=0; in qsound_set_command()
298 qsound_channel[ch].reg3=value; in qsound_set_command()
314 qsound_channel[ch].key=0; in qsound_set_command()
319 qsound_channel[ch].key=1; in qsound_set_command()
321 qsound_channel[ch].offset=0; in qsound_set_command()
322 qsound_channel[ch].lastdt=0; in qsound_set_command()
324 qsound_channel[ch].cursor=qsound_channel[ch].address <<8 ; in qsound_set_command()
329 qsound_channel[ch].vol=value; in qsound_set_command()
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/ao/eng_qsf/
H A Dqsound.c57 memset(qs->qsound_channel, 0, sizeof(qs->qsound_channel)); in qsound_sh_start()
217 qs->qsound_channel[ch].key=0; in qsound_set_command()
221 qs->qsound_channel[ch].reg3=value; in qsound_set_command()
241 qs->qsound_channel[ch].key=0; in qsound_set_command()
246 qs->qsound_channel[ch].key=1; in qsound_set_command()
248 qs->qsound_channel[ch].offset=0; in qsound_set_command()
249 qs->qsound_channel[ch].lastdt=0; in qsound_set_command()
251 qs->qsound_channel[ch].cursor=qs->qsound_channel[ch].address <<8 ; in qsound_set_command()
256 qs->qsound_channel[ch].vol=value; in qsound_set_command()
385 struct qs->qsound_channel *pC=&qs->qsound_channel[channel]; in calcula_mix()
[all …]
H A Dqsound.h92 struct QSOUND_CHANNEL qsound_channel[QSOUND_CHANNELS]; member