mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 00:29:31 +00:00
Added prototype
This commit is contained in:
parent
a0596eae6e
commit
c59e8277ae
@ -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…
Reference in New Issue
Block a user