From 33791c6efdae474ac2ee9fc35e4dfc942e2a6bd5 Mon Sep 17 00:00:00 2001 From: mrdudz Date: Mon, 17 Jul 2017 23:43:08 +0200 Subject: [PATCH] added prototype to cbm.h --- include/cbm.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/cbm.h b/include/cbm.h index 701924d57..4bbd278e3 100644 --- a/include/cbm.h +++ b/include/cbm.h @@ -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 */ -- 2.39.5