implement waitvsync for plus4/c16

This commit is contained in:
mrdudz
2017-07-17 23:55:18 +02:00
parent 33791c6efd
commit fe850fece8
2 changed files with 13 additions and 1 deletions

View File

@@ -153,7 +153,7 @@ struct cbm_dirent {
unsigned char get_tv (void);
/* Return the video mode the machine is using. */
#if !defined(__PLUS4__) && !defined(__C16__) && !defined(__CBM610__) && !defined(__PET__)
#if !defined(__CBM610__) && !defined(__PET__)
void waitvsync (void);
/* wait for the start of the next frame */
#endif