#define M68KCPU__HEADER\r
\r
// notaz: something's missing this\r
-#ifndef UINT64\r
-#define UINT64 unsigned long long\r
-#endif\r
-#ifndef UINT16\r
-#define UINT32 unsigned int\r
-#define UINT16 unsigned short\r
-#define UINT8 unsigned char\r
-#endif\r
+#include <stdint.h>\r
+typedef uint64_t UINT64;\r
+typedef uint32_t UINT32;\r
+typedef uint16_t UINT16;\r
+typedef uint8_t UINT8;\r
\r
#include "m68k.h"\r
#include <limits.h>\r