]> git.sur5r.net Git - cc65/blobdiff - include/plus4.h
Corrected copyright and moved file type globals
[cc65] / include / plus4.h
index 0178d66afc4b798003987cbde4d21be2d261c7bc..840e8b342601d9421a9d1e05492566a8cb481ec7 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                 plus4.h                                  */
+/*                                  plus4.h                                  */
 /*                                                                           */
-/*                   Plus/4 system specific definitions                     */
+/*                    Plus/4 system specific definitions                     */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
 
 
 
-/* End of plus4.h */
-#endif
+/* The addresses of the static drivers */
+extern void plus4_stdjoy_joy[];   /* Referred to by joy_static_stddrv[] */
+extern void plus4_stdser_ser[];
 
 
 
+/* End of plus4.h */
+#endif