]> git.sur5r.net Git - cc65/blobdiff - include/c16.h
Added a missing -O configuration.
[cc65] / include / c16.h
index 7124d51ae39bc3a3dd8da44f7941d15889e90ddf..d49ca6fd4d59b2730f03073098d9730c266a331a 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                  c16.h                                   */
+/*                                   c16.h                                   */
 /*                                                                           */
-/*                             C16 system specific definitions                      */
+/*                      C16 system specific definitions                      */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
@@ -54,8 +54,8 @@
 
 
 /* The addresses of the static drivers */
-extern void c16_ram[];
-extern void c16_stdjoy[];  /* Referred to by joy_static_stddrv[] */
+extern void c16_ram_emd[];
+extern void c16_stdjoy_joy[];  /* Referred to by joy_static_stddrv[] */