Introduced static standard drivers.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5891 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc
2012-11-01 19:53:47 +00:00
parent dbc66c247a
commit 6860ac7dfd
38 changed files with 342 additions and 0 deletions

View File

@@ -77,6 +77,9 @@ extern const unsigned char joy_masks[8];
/* The name of the standard joystick driver for a platform */
extern const char joy_stddrv[];
/* The address of the static standard joystick driver for a platform */
extern const char joy_static_stddrv[];
/*****************************************************************************/