--- hatari/src/uae-cpu/sysdeps.h 2019/04/01 07:13:13 1.1.1.7 +++ hatari/src/uae-cpu/sysdeps.h 2019/04/09 08:57:04 1.1.1.10 @@ -13,8 +13,8 @@ * * Adaptation to Hatari by Thomas Huth * - * This file is distributed under the GNU Public License, version 2 or at - * your option any later version. Read the file gpl.txt for details. + * This file is distributed under the GNU General Public License, version 2 + * or at your option any later version. Read the file gpl.txt for details. */ #ifndef UAE_SYSDEPS_H @@ -22,7 +22,6 @@ #include #include -#include #include #include @@ -31,10 +30,6 @@ #endif #include - -#include -#include - #include @@ -155,5 +150,8 @@ typedef uae_u32 uaecptr; #ifndef REGPARAM2 # define REGPARAM2 #endif +#ifndef REGPARAM3 +# define REGPARAM3 +#endif #endif /* ifndef UAE_SYSDEPS_H */