atari.h, atari5200.h: style fixes

This commit is contained in:
Christian Groessler
2020-10-28 17:37:50 +01:00
committed by Oliver Schmidt
parent 3537210674
commit 262631039d
2 changed files with 7 additions and 7 deletions

View File

@@ -227,7 +227,7 @@ extern unsigned char __fastcall__ _getcolor (unsigned char color_reg);
/* Other screen functions */
/*****************************************************************************/
extern void waitvsync (void); /* Wait for start of next frame */
extern void waitvsync (void); /* wait for start of next frame */
extern int __fastcall__ _graphics (unsigned char mode); /* mode value same as in BASIC */
extern void __fastcall__ _scroll (signed char numlines);
/* numlines > 0 scrolls up */