]> git.sur5r.net Git - cc65/blobdiff - include/nes.h
Adjusted C declarations to the changed static driver names.
[cc65] / include / nes.h
index 4641610937c4066ed5dce29ba8fbde90207fe3fc..46219b3de063697c52341db1b26b56dfbe283594 100644 (file)
@@ -93,8 +93,8 @@
 
 
 /* The addresses of the static drivers */
-extern void nes_stdjoy[];       /* Referred to by joy_static_stddrv[] */
-extern void nes_64_56_2[];      /* Referred to by tgi_static_stddrv[] */
+extern void nes_stdjoy_joy[];       /* Referred to by joy_static_stddrv[] */
+extern void nes_64_56_2_tgi[];      /* Referred to by tgi_static_stddrv[] */