summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/atarigt.h
blob: ce2039786d6141dcaa78f437d7277806fcf493f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*************************************************************************

    Atari GT hardware

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

/*----------- defined in drivers/atarigt.c -----------*/

extern UINT8 atarigt_is_primrage;


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

extern UINT16 *atarigt_colorram;

void atarigt_colorram_w(offs_t address, UINT16 data, UINT16 mem_mask);
UINT16 atarigt_colorram_r(offs_t address);

VIDEO_START( atarigt );
VIDEO_UPDATE( atarigt );

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