--- previous/src/cpu/hatari-glue.h 2018/04/24 19:25:47 1.1 +++ previous/src/cpu/hatari-glue.h 2018/04/24 19:33:32 1.1.1.3 @@ -10,20 +10,9 @@ #include "sysdeps.h" #include "options_cpu.h" -#include "cycles.h" -extern int pendingInterrupts; - -extern int Init680x0(void); -extern void Exit680x0(void); -#ifndef ENABLE_WINUAE_CPU -extern void customreset(void); -#endif -extern int intlev (void); - -extern unsigned long OpCode_GemDos(uae_u32 opcode); -extern unsigned long OpCode_SysInit(uae_u32 opcode); -extern unsigned long OpCode_VDI(uae_u32 opcode); +int Init680x0(void); +void Exit680x0(void); #define write_log printf