--- hatari/src/includes/spec512.h 2019/04/01 07:13:08 1.1.1.4 +++ hatari/src/includes/spec512.h 2019/04/09 08:53:14 1.1.1.6 @@ -1,14 +1,14 @@ /* Hatari - spec512.h - This file is distributed under the GNU Public License, version 2 or at - your option any later version. Read the file gpl.txt for details. + This file is distributed under the GNU General Public License, version 2 + or at your option any later version. Read the file gpl.txt for details. */ #ifndef HATARI_SPEC512_H #define HATARI_SPEC512_H -extern BOOL Spec512_IsImage(void); +extern bool Spec512_IsImage(void); extern void Spec512_StartVBL(void); extern void Spec512_StoreCyclePalette(Uint16 col, Uint32 addr); extern void Spec512_StartFrame(void);