added prototype to cbm.h
This commit is contained in:
parent
d965601a5e
commit
33791c6efd
1 changed files with 4 additions and 1 deletions
|
@ -153,7 +153,10 @@ struct cbm_dirent {
|
||||||
unsigned char get_tv (void);
|
unsigned char get_tv (void);
|
||||||
/* Return the video mode the machine is using. */
|
/* 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 */
|
/* CBM kernal functions */
|
||||||
|
|
Loading…
Add table
Reference in a new issue