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_save
|
||||||
<item>cbm_write
|
<item>cbm_write
|
||||||
<item>get_tv
|
<item>get_tv
|
||||||
|
<item>waitvsync
|
||||||
</itemize>
|
</itemize>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -166,7 +166,7 @@ unsigned char get_tv (void);
|
||||||
unsigned char __fastcall__ kbrepeat (unsigned char mode);
|
unsigned char __fastcall__ kbrepeat (unsigned char mode);
|
||||||
/* Changes which keys have automatic repeat. */
|
/* Changes which keys have automatic repeat. */
|
||||||
|
|
||||||
#if !defined(__CBM610__) && !defined(__PET__)
|
#if !defined(__CBM610__)
|
||||||
void waitvsync (void);
|
void waitvsync (void);
|
||||||
/* Wait for the start of the next video field. */
|
/* Wait for the start of the next video field. */
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue