mirror of https://github.com/nmlgc/ReC98.git
6 lines
97 B
C
6 lines
97 B
C
|
void pascal frame_delay_2(int frames)
|
||
|
{
|
||
|
vsync_reset1();
|
||
|
while(vsync_Count1 < frames) {}
|
||
|
}
|