From: Stefan Date: Tue, 21 Nov 2017 09:12:35 +0000 (+0100) Subject: Update supervision.h X-Git-Tag: V2.17~70^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f9b4e0b574e290a13ffa9e4ea580a2dcff48acab;p=cc65 Update supervision.h --- diff --git a/include/supervision.h b/include/supervision.h index ffece4ecb..464c59e05 100644 --- a/include/supervision.h +++ b/include/supervision.h @@ -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 - -