mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 15:29:46 +00:00
Put the Telestrat static drivers names together.
This commit is contained in:
parent
3890492a9b
commit
68eb0f2cdc
@ -55,9 +55,6 @@
|
||||
#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 */
|
||||
#include <_6522.h>
|
||||
#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 */
|
||||
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 ping();
|
||||
@ -119,7 +119,3 @@ void shoot();
|
||||
void explode();
|
||||
|
||||
void kbdclick1();
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user