--- uae/src/keybuf.c 2018/04/24 16:38:39 1.1.1.1 +++ uae/src/keybuf.c 2018/04/24 16:39:11 1.1.1.2 @@ -36,7 +36,7 @@ void getjoystate(UWORD *st, int *button) /* Not static so the DOS code can mess with them */ int kpb_first, kpb_last; -static int keybuf[256]; +int keybuf[256]; int keys_available (void) {