예제 #1
0
파일: hw_tty.c 프로젝트: Mirppc/twin
static void stdout_FlushHW(void) {
    if (fflush(stdOUT) != 0)
	HW->NeedHW |= NEEDPanicHW, NeedHW |= NEEDPanicHW;
    clrFlush();
}
예제 #2
0
void VngoClear3D::flush()
{
    run_dl();
    clrFlush();
    wait_busy();
}