Introduced static standard drivers.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5891 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -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[];
|
||||
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
@@ -107,6 +107,9 @@ extern const struct mouse_callbacks mouse_def_callbacks;
|
||||
/* The name of the standard mouse driver for a platform */
|
||||
extern const char mouse_stddrv[];
|
||||
|
||||
/* The address of the static standard mouse driver for a platform */
|
||||
extern const char mouse_static_stddrv[];
|
||||
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
@@ -61,6 +61,9 @@
|
||||
/* The name of the standard tgi driver for a platform */
|
||||
extern const char tgi_stddrv[];
|
||||
|
||||
/* The address of the static standard tgi driver for a platform */
|
||||
extern const void tgi_static_stddrv[];
|
||||
|
||||
/* A vector font definition */
|
||||
typedef struct tgi_vectorfont tgi_vectorfont;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user