]> git.sur5r.net Git - cc65/commitdiff
added prototype to cbm.h
authormrdudz <mrdudz@users.noreply.github.com>
Mon, 17 Jul 2017 21:43:08 +0000 (23:43 +0200)
committermrdudz <mrdudz@users.noreply.github.com>
Mon, 17 Jul 2017 21:43:08 +0000 (23:43 +0200)
include/cbm.h

index 701924d5714f9485d3dda640de3602a8442755d8..4bbd278e38dacefd0506431db5b94e40e760bb43 100644 (file)
@@ -153,7 +153,10 @@ 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__)
+void waitvsync (void);
+/* wait for the start of the next frame */
+#endif
 
 /*****************************************************************************/
 /*                           CBM kernal functions                            */