--- hatari/src/includes/m68000.h 2019/04/09 08:58:09 1.1.1.19 +++ hatari/src/includes/m68000.h 2019/04/09 08:59:25 1.1.1.20 @@ -355,9 +355,12 @@ static inline void M68000_AddCycles_CE(i extern void M68000_Init(void); extern void M68000_Reset(bool bCold); +extern void M68000_SetDebugger(bool debug); +extern void M68000_RestoreDebugger(void); extern void M68000_Start(void); extern void M68000_CheckCpuSettings(void); extern void M68000_MemorySnapShot_Capture(bool bSave); +extern bool M68000_IsVerboseBusError(uint32_t pc, uint32_t addr); extern void M68000_BusError ( Uint32 addr , int ReadWrite , int Size , int AccessType ); extern void M68000_Exception(Uint32 ExceptionNr , int ExceptionSource); extern void M68000_Update_intlev ( void );