]> git.sur5r.net Git - cc65/commitdiff
set DYN_DRV to 0; define atr5200std_joy
authorChristian Groessler <chris@groessler.org>
Sat, 31 May 2014 17:44:10 +0000 (19:44 +0200)
committerChristian Groessler <chris@groessler.org>
Sat, 31 May 2014 17:44:10 +0000 (19:44 +0200)
include/atari5200.h

index 7790952175be20d7f9e896fab28af0fff73819ce..4bd5bc0fd7421fa0031e18219e7691f094d16043 100644 (file)
 #  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))