--- hatari/src/includes/m68000.h 2019/04/01 07:12:14 1.1.1.7 +++ hatari/src/includes/m68000.h 2019/04/01 07:12:39 1.1.1.8 @@ -40,7 +40,7 @@ static inline void M68000_AddCycles(int extern void M68000_Reset(BOOL bCold); extern void M68000_MemorySnapShot_Capture(BOOL bSave); -extern void M68000_BusError(unsigned long addr, BOOL bReadWrite); +extern void M68000_BusError(Uint32 addr, BOOL bReadWrite); extern void M68000_Exception(Uint32 ExceptionVector); extern void M68000_WaitState(void);