ReC98/th02/hardware/frmdely1.c

6 lines
95 B
C
Raw Normal View History

void pascal frame_delay(int frames)
{
vsync_reset1();
while(vsync_Count1 < frames) {}
}