1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-08 22:25:28 +00:00

Update atari5200.h

This commit is contained in:
Stefan
2024-09-07 18:08:18 +02:00
committed by GitHub
parent ab4cdafacb
commit c9fa9f0002

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