Put the Telestrat static drivers names together.
This commit is contained in:
@@ -55,9 +55,6 @@
|
|||||||
#define TGI_COLOR_RED 7
|
#define TGI_COLOR_RED 7
|
||||||
|
|
||||||
|
|
||||||
extern void telestrat_228_200_3_tgi[];
|
|
||||||
extern void telestrat_240_200_2_tgi[]; /* Referred to by tgi_static_stddrv[] */
|
|
||||||
|
|
||||||
/* Define hardware */
|
/* Define hardware */
|
||||||
#include <_6522.h>
|
#include <_6522.h>
|
||||||
#define VIA (*(struct __6522*)0x300)
|
#define VIA (*(struct __6522*)0x300)
|
||||||
@@ -111,6 +108,9 @@ extern void telestrat_240_200_2_tgi[]; /* Referred to by tgi_static_stddrv[
|
|||||||
|
|
||||||
/* The addresses of the static drivers */
|
/* The addresses of the static drivers */
|
||||||
extern void telestrat_joy[]; /* Referred to by joy_static_stddrv[] */
|
extern void telestrat_joy[]; /* Referred to by joy_static_stddrv[] */
|
||||||
|
extern void telestrat_228_200_3_tgi[];
|
||||||
|
extern void telestrat_240_200_2_tgi[]; /* Referred to by tgi_static_stddrv[] */
|
||||||
|
|
||||||
|
|
||||||
void oups();
|
void oups();
|
||||||
void ping();
|
void ping();
|
||||||
@@ -119,7 +119,3 @@ void shoot();
|
|||||||
void explode();
|
void explode();
|
||||||
|
|
||||||
void kbdclick1();
|
void kbdclick1();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user