From 3508b90ee844ad82552d1100779064c48b0c0ee6 Mon Sep 17 00:00:00 2001 From: Christian Groessler Date: Sat, 31 May 2014 19:44:10 +0200 Subject: [PATCH] set DYN_DRV to 0; define atr5200std_joy --- include/atari5200.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/atari5200.h b/include/atari5200.h index 779095217..4bd5bc0fd 100644 --- a/include/atari5200.h +++ b/include/atari5200.h @@ -40,6 +40,11 @@ # error This module may only be used when compiling for the Atari 5200! #endif +/* no support for dynamically loadable drivers */ +#define DYN_DRV 0 + +/* the addresses of the static drivers */ +extern void atr5200std_joy[]; /* referred to by joy_static_stddrv[] */ /* make GTIA color value */ #define _gtia_mkcolor(hue,lum) (((hue) << 4) | ((lum) << 1)) -- 2.39.5