Update atari5200.h

This commit is contained in:
Stefan 2024-09-07 18:08:18 +02:00 committed by GitHub
parent ab4cdafacb
commit c9fa9f0002
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -94,7 +94,7 @@ extern void atr5200std_joy[]; /* referred to by joy_static_stddrv[] */
#define _bordercolor(color) 0
/* wait for start of next frame */
extern void waitvsync (void);
void waitvsync (void);
/* end of atari5200.h */
#endif