2020-11-03 15:25:41 +00:00
|
|
|
#pragma codeseg SHARED
|
2020-09-05 21:55:18 +00:00
|
|
|
|
2021-01-26 15:33:06 +00:00
|
|
|
#include "master.hpp"
|
2020-09-05 21:55:18 +00:00
|
|
|
#include "th02/hardware/frmdelay.h"
|
|
|
|
|
|
|
|
void pascal far frame_delay_2(int frames)
|
|
|
|
{
|
|
|
|
vsync_reset1();
|
|
|
|
while(vsync_Count1 < frames) {}
|
|
|
|
}
|