--- hatari/src/includes/decode.h 2019/04/01 07:10:04 1.1.1.3 +++ hatari/src/includes/decode.h 2019/04/01 07:10:22 1.1.1.4 @@ -7,15 +7,11 @@ #include "sound.h" -#ifndef UAESYSDEPS #include "sysdeps.h" -#endif -#ifndef UAEMEMORY +#include "maccess.h" #include "memory.h" -#endif -#ifndef UAENEWCPU #include "newcpu.h" -#endif + #define Regs regs.regs /* Ouah - uggly hack - FIXME! */ #define SR regs.sr #define PC regs.pc