--- uae/src/od-linux/joystick.c 2018/04/24 17:08:24 1.1.1.4 +++ uae/src/od-linux/joystick.c 2018/04/24 17:13:42 1.1.1.5 @@ -93,7 +93,7 @@ void read_joystick(int nr, unsigned int #ifdef HAVE_MACHINE_JOYSTICK_H *button = buffer.b1 || buffer.b2; #else - *button = buffer.buttons & 3; + *button = buffer.buttons & 7; #endif }