1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-08 22:25:28 +00:00

defined DYN_DRV

This commit is contained in:
Stefan
2017-11-21 10:56:35 +01:00
committed by GitHub
parent 7d1c92dc12
commit f2e12b4715

View File

@@ -125,6 +125,9 @@ extern unsigned char sv_timer_dma_counter;
#define JOY_START(v) ((v) & JOY_START_MASK)
#define JOY_SELECT(v) ((v) & JOY_SELECT_MASK)
/* No support for dynamically loadable drivers */
#define DYN_DRV 0
/* The addresses of the static drivers */
extern void supervision_stdjoy_joy[]; /* Referred to by joy_static_stddrv[] */