1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-14 14:26:27 +00:00

Update supervision.h

This commit is contained in:
Stefan
2017-11-21 10:12:35 +01:00
committed by GitHub
parent 40f960f733
commit f9b4e0b574

View File

@@ -105,9 +105,10 @@ extern unsigned char sv_nmi_counter;
extern unsigned char sv_timer_irq_counter; extern unsigned char sv_timer_irq_counter;
extern unsigned char sv_timer_dma_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 */ /* End of supervision.h */
#endif #endif