ReC98/th02/hardware/frmdely2.c

6 lines
97 B
C
Raw Normal View History

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