--- hatari/src/uae-cpu/sysdeps.h 2019/04/01 07:13:48 1.1.1.8 +++ 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 @@ -150,5 +150,8 @@ typedef uae_u32 uaecptr; #ifndef REGPARAM2 # define REGPARAM2 #endif +#ifndef REGPARAM3 +# define REGPARAM3 +#endif #endif /* ifndef UAE_SYSDEPS_H */