ReC98/th01/hardware/vsync.h

6 lines
96 B
C

extern int vsync_frame;
void vsync_init(void);
void z_vsync_wait(void);
void vsync_exit(void);