summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sprint8.h
blob: 071ab0a7baac445c66545b525b627fac6f18723b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*----------- defined in drivers/sprint8.c -----------*/

void sprint8_set_collision(int n);


/*----------- defined in video/sprint8.c -----------*/

extern UINT8* sprint8_video_ram;
extern UINT8* sprint8_pos_h_ram;
extern UINT8* sprint8_pos_v_ram;
extern UINT8* sprint8_pos_d_ram;
extern UINT8* sprint8_team;

PALETTE_INIT( sprint8 );
VIDEO_EOF( sprint8 );
VIDEO_START( sprint8 );
VIDEO_UPDATE( sprint8 );

WRITE8_HANDLER( sprint8_video_ram_w );