Added prototype
This commit is contained in:
parent
a0596eae6e
commit
c59e8277ae
2 changed files with 2 additions and 1 deletions
|
@ -105,6 +105,7 @@ declaration and usage.
|
|||
<item>cbm_save
|
||||
<item>cbm_write
|
||||
<item>get_tv
|
||||
<item>waitvsync
|
||||
</itemize>
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue