]> git.sur5r.net Git - cc65/blobdiff - include/plus4.h
Adjusted C declarations to the changed static driver names.
[cc65] / include / plus4.h
index 03f3a3784da06e3e09684e06867e13335e26785c..3a764b984ab64e963208de59d8bb055394933c04 100644 (file)
@@ -58,8 +58,8 @@
 
 
 /* The addresses of the static drivers */
-extern void plus4_stdjoy[];   /* Referred to by joy_static_stddrv[] */
-extern void plus4_stdser[];
+extern void plus4_stdjoy_joy[];   /* Referred to by joy_static_stddrv[] */
+extern void plus4_stdser_ser[];