]> git.sur5r.net Git - cc65/blobdiff - include/c64.h
Added declarations for target-specific static drivers being part of the C library.
[cc65] / include / c64.h
index 655735618c04bab48cf15e9a06198578f67966d6..f976fab8f682cf419530bfed5f973220f1ce4239 100644 (file)
 #define C64_EU_OLD      0x00
 #define C64_DTV         0xFF            /* C64 DTV */
 
-                
+
+
+/*****************************************************************************/
+/*                                 Variables                                 */
+/*****************************************************************************/
+
+
+
+/* The addresses of the static drivers */
+extern void c64_c256k[];
+extern void c64_dqbb[];
+extern void c64_georam[];
+extern void c64_isepic[];
+extern void c64_ram[];
+extern void c64_ramcart[];
+extern void c64_reu[];
+extern void c64_vdc[];
+extern void dtv_himem[];
+extern void c64_hitjoy[];
+extern void c64_numpad[];
+extern void c64_ptvjoy[];
+extern void c64_stdjoy[];               /* Referred to by joy_static_stddrv[] */
+extern void c64_1351[];                 /* Referred to by mouse_static_stddrv[] */
+extern void c64_joymouse[];
+extern void c64_potmouse[];
+extern void c64_swlink[];
+extern void c64_320_200_2[];            /* Referred to by tgi_static_stddrv[] */
+
+
 
 /*****************************************************************************/
 /*                                  Code                                    */
@@ -136,6 +164,3 @@ unsigned char get_ostype (void);
 
 /* End of c64.h */
 #endif
-
-
-