]> git.sur5r.net Git - cc65/blobdiff - include/lynx.h
Adjusted C declarations to the changed static driver names.
[cc65] / include / lynx.h
index 632e32f1e75100dde8673e91f1f161173eea646d..ec1a8c4646c5f5442c8cc4cc1a5f51b3f7142753 100644 (file)
@@ -99,9 +99,9 @@
 
 
 /* The addresses of the static drivers */
-extern void lynx_stdjoy[];        /* Referred to by joy_static_stddrv[] */
-extern void lynx_comlynx[];
-extern void lynx_160_102_16[];    /* Referred to by tgi_static_stddrv[] */
+extern void lynx_stdjoy_joy[];        /* Referred to by joy_static_stddrv[] */
+extern void lynx_comlynx_ser[];
+extern void lynx_160_102_16_tgi[];    /* Referred to by tgi_static_stddrv[] */