Exemplo n.º 1
0
Arquivo: qs.cpp Projeto: SiN13/pifba
void QsndReset()
{
	BurnTimerReset();
	BurnTimerSetRetrig(0, 1.0 / 252.0);

	nQsndCyclesExtra = 0;
}
Exemplo n.º 2
0
void QsndReset()
{
	ZetOpen(0);
	BurnTimerReset();
	BurnTimerSetRetrig(0, 1.0 / 252.0);
	ZetClose();

	nQsndCyclesExtra = 0;
}