]> git.sur5r.net Git - cc65/blobdiff - include/nes.h
Dropped VER_PATCH (and VER_RC) and added build date.
[cc65] / include / nes.h
index 5e1853b2b030b6196f342b7b53ad40f6359618d4..3ad4422809a9eb05072b41329d4587fb04323733 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                  nes.h                                   */
+/*                                   nes.h                                   */
 /*                                                                           */
-/*                     NES system specific definitions                      */
+/*                      NES system specific definitions                      */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
 
 
 
+/* The addresses of the static drivers */
+extern void nes_stdjoy_joy[];       /* Referred to by joy_static_stddrv[] */
+extern void nes_64_56_2_tgi[];      /* Referred to by tgi_static_stddrv[] */
+
+
+
 void waitvblank (void);
 /* Wait for the vertical blanking */