예제 #1
0
파일: main.c 프로젝트: msklywenn/NitroSynth
void VCountHandler()
{
	inputGetAndSend();
}
예제 #2
0
static void
isrVCount()
{
    inputGetAndSend();
}
예제 #3
0
//---------------------------------------------------------------------------------
void VcountHandler() {
	//---------------------------------------------------------------------------------
	inputGetAndSend();
}
예제 #4
0
파일: arm7.c 프로젝트: svkaiser/doom64DS
void IRQ_VCount()
{
    inputGetAndSend();
}