--- hatari/src/includes/mfp.h 2019/04/01 07:14:49 1.1.1.8 +++ hatari/src/includes/mfp.h 2019/04/01 07:15:31 1.1.1.9 @@ -51,7 +51,7 @@ extern Uint8 MFP_VR; extern void MFP_Reset(void); extern void MFP_MemorySnapShot_Capture(bool bSave); -extern void MFP_CheckPendingInterrupts(void); +extern bool MFP_CheckPendingInterrupts(void); extern void MFP_InputOnChannel(Uint8 Bit, Uint8 EnableBit, Uint8 *pPendingReg); extern void MFP_TimerA_EventCount_Interrupt(void); extern void MFP_TimerB_EventCount_Interrupt(void);