mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
defined DYN_DRV
This commit is contained in:
parent
7d1c92dc12
commit
f2e12b4715
@ -125,6 +125,9 @@ extern unsigned char sv_timer_dma_counter;
|
|||||||
#define JOY_START(v) ((v) & JOY_START_MASK)
|
#define JOY_START(v) ((v) & JOY_START_MASK)
|
||||||
#define JOY_SELECT(v) ((v) & JOY_SELECT_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 */
|
/* The addresses of the static drivers */
|
||||||
extern void supervision_stdjoy_joy[]; /* Referred to by joy_static_stddrv[] */
|
extern void supervision_stdjoy_joy[]; /* Referred to by joy_static_stddrv[] */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user