]> git.sur5r.net Git - cc65/blobdiff - include/c16.h
tgi_free_vectorfont maps to free and must therefore be fastcall.
[cc65] / include / c16.h
index 53e56b3c1a3084bd22ce221e3955e25522f94c31..7124d51ae39bc3a3dd8da44f7941d15889e90ddf 100644 (file)
 
 
 
-/* The C16 is actually the Plus/4 with less memory, so use the Plus/4 
- * include file.
+/* Include the base header file for the 264 series. include file.
  */
-#ifndef _PLUS4_H
-#include <plus4.h>
+#ifndef _CBM264_H
+#include <cbm264.h>
 #endif
 
 
 
-/* End of c16.h */
-#endif
+/* The addresses of the static drivers */
+extern void c16_ram[];
+extern void c16_stdjoy[];  /* Referred to by joy_static_stddrv[] */
 
 
 
+/* End of c16.h */
+#endif