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:
ol.sc
2012-11-07 23:20:58 +00:00
parent 3ba33a0205
commit fa6dae8fa9
14 changed files with 155 additions and 26 deletions

View File

@@ -111,6 +111,19 @@
/*****************************************************************************/
/* Variables */
/*****************************************************************************/
/* The addresses of the static drivers */
extern void cbm510_ram[];
extern void cbm510_stdjoy[]; /* Referred to by joy_static_stddrv[] */
extern void cbm510_stdser[];
/*****************************************************************************/
/* Code */
/*****************************************************************************/