1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-09 06:29:38 +00:00

Put the Telestrat static drivers names together.

This commit is contained in:
Greg King 2020-05-28 10:33:08 -04:00
parent 3890492a9b
commit 68eb0f2cdc

View File

@ -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)
@ -110,7 +107,10 @@ 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();