summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/blstroid.h
blob: 2b92de8b5a878ce8fa53c87f0b38d38813f14728 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*************************************************************************

    Atari Blasteroids hardware

*************************************************************************/

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

VIDEO_START( blstroid );
VIDEO_UPDATE( blstroid );

void blstroid_scanline_update(running_machine *machine, int scrnum, int scanline);

extern UINT16 *blstroid_priorityram;