]> git.sur5r.net Git - cc65/commitdiff
Update supervision.h
authorStefan <stefan.haubenthal@gmail.com>
Tue, 21 Nov 2017 09:12:35 +0000 (10:12 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Nov 2017 09:12:35 +0000 (10:12 +0100)
include/supervision.h

index ffece4ecbcfbebc2dc69ed4eb31a5cb5d09f4bdc..464c59e05adbf4ec8203e9f0a3c27ef409c99023 100644 (file)
@@ -105,9 +105,10 @@ extern unsigned char sv_nmi_counter;
 extern unsigned char sv_timer_irq_counter;
 extern unsigned char sv_timer_dma_counter;
 
+/* The addresses of the static drivers */
+extern void supervision_stdjoy_joy[]; /* Referred to by joy_static_stddrv[] */
+
 
 
 /* End of supervision.h */
 #endif
-
-