2021-12-25 15:18:17 +00:00
|
|
|
#pragma option -zCSHARED
|
|
|
|
|
|
|
|
#include "master.hpp"
|
|
|
|
#include "th02/hardware/frmdelay.h"
|
|
|
|
|
|
|
|
void pascal frame_delay(int frames)
|
|
|
|
{
|
2023-01-30 03:57:33 +00:00
|
|
|
vsync_Count1 = 0;
|
2021-12-25 15:18:17 +00:00
|
|
|
while(vsync_Count1 < frames) {}
|
|
|
|
}
|