--- previous/src/cpu/newcpu.h 2018/04/24 19:25:47 1.1 +++ previous/src/cpu/newcpu.h 2018/04/24 19:27:51 1.1.1.2 @@ -105,7 +105,7 @@ typedef uae_u8 flagtype; /* You can set this to long double to be more accurate. However, the resulting alignment issues will cost a lot of performance in some apps */ -#define USE_LONG_DOUBLE 0 +#define USE_LONG_DOUBLE 1 #if USE_LONG_DOUBLE typedef long double fptype;