--- hatari/src/includes/spec512.h 2019/04/01 07:13:08 1.1.1.4 +++ hatari/src/includes/spec512.h 2019/04/01 07:14:48 1.1.1.5 @@ -8,7 +8,7 @@ #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);