Added prototype

This commit is contained in:
Polluks 2020-11-18 01:13:10 +01:00 committed by Oliver Schmidt
parent a0596eae6e
commit c59e8277ae
2 changed files with 2 additions and 1 deletions

View File

@ -105,6 +105,7 @@ declaration and usage.
<item>cbm_save
<item>cbm_write
<item>get_tv
<item>waitvsync
</itemize>

View File

@ -166,7 +166,7 @@ unsigned char get_tv (void);
unsigned char __fastcall__ kbrepeat (unsigned char mode);
/* Changes which keys have automatic repeat. */
#if !defined(__CBM610__) && !defined(__PET__)
#if !defined(__CBM610__)
void waitvsync (void);
/* Wait for the start of the next video field. */
#endif