--- hatari/src/includes/hdc.h 2019/04/01 07:13:09 1.1.1.4 +++ hatari/src/includes/hdc.h 2019/04/01 07:14:50 1.1.1.5 @@ -69,9 +69,9 @@ extern FILE *hd_image_file; extern HDCOMMAND HDCCommand; extern short int HDCSectorCount; extern int nPartitions; -extern BOOL bAcsiEmuOn; +extern bool bAcsiEmuOn; -extern BOOL HDC_Init(char *filename); +extern bool HDC_Init(char *filename); extern void HDC_UnInit(void); extern void HDC_WriteCommandPacket(void); extern void HDC_DebugCommandPacket(FILE *hdlogFile);