X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Fmusashi%2Fm68kcpu.h;fp=cpu%2Fmusashi%2Fm68kcpu.h;h=39ceb53cacc9b5b40dff5d2554ae3e9307a76250;hb=4e8a534cecffcc60e96c9fefdb821cc1a09a1eba;hp=50aa6cef979a5322712aea74037397e67e1d658e;hpb=82bc9cdd10371209663e62f5a21ab0bccd671ab0;p=picodrive.git diff --git a/cpu/musashi/m68kcpu.h b/cpu/musashi/m68kcpu.h index 50aa6ce..39ceb53 100644 --- a/cpu/musashi/m68kcpu.h +++ b/cpu/musashi/m68kcpu.h @@ -27,8 +27,10 @@ #define M68KCPU__HEADER // notaz: something's missing this -#ifndef UINT16 +#ifndef UINT64 #define UINT64 unsigned long long +#endif +#ifndef UINT16 #define UINT32 unsigned int #define UINT16 unsigned short #define UINT8 unsigned char