Added declarations for target-specific static drivers being part of the C library.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5925 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -141,6 +141,14 @@ extern unsigned char _dos_type;
|
||||
extern unsigned char _filetype; /* Default 6 */
|
||||
extern unsigned int _auxtype; /* Default 0 */
|
||||
|
||||
/* The addresses of the static drivers */
|
||||
extern void apple2_auxmem[];
|
||||
extern void apple2_stdjoy[]; /* Referred to by joy_static_stddrv[] */
|
||||
extern void apple2_stdmou[]; /* Referred to by mouse_static_stddrv[] */
|
||||
extern void apple2_ssc[];
|
||||
extern void apple2_280_192_8[]; /* Referred to by tgi_static_stddrv[] */
|
||||
extern void apple2_40_48_16[];
|
||||
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user