]> git.sur5r.net Git - cc65/blobdiff - include/c16.h
Only for jumps, the lib uses named asm labels in branches
[cc65] / include / c16.h
index 53e56b3c1a3084bd22ce221e3955e25522f94c31..beb2caa567aeb68f62d6b6f149c31f57d1eb1c0e 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                  c16.h                                   */
+/*                                   c16.h                                   */
 /*                                                                           */
-/*                             C16 system specific definitions                      */
+/*                      C16 system specific definitions                      */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
 
 
 
-/* The C16 is actually the Plus/4 with less memory, so use the Plus/4 
- * include file.
- */
-#ifndef _PLUS4_H
-#include <plus4.h>
-#endif
+/* Include the base header file for the 264 series. */
+#include <cbm264.h>
 
 
 
-/* End of c16.h */
-#endif
+/* The addresses of the static drivers */
+extern void c16_ram_emd[];
+extern void c16_stdjoy_joy[];  /* Referred to by joy_static_stddrv[] */
 
 
 
+/* End of c16.h */
+#endif