--- hatari/src/uae-cpu/sysdeps.h 2019/04/09 08:53:26 1.1.1.9 +++ hatari/src/uae-cpu/sysdeps.h 2019/04/09 08:57:04 1.1.1.10 @@ -150,5 +150,8 @@ typedef uae_u32 uaecptr; #ifndef REGPARAM2 # define REGPARAM2 #endif +#ifndef REGPARAM3 +# define REGPARAM3 +#endif #endif /* ifndef UAE_SYSDEPS_H */