summaryrefslogblamecommitdiffstatshomepage
path: root/src/mame/includes/thedeep.h
blob: 4190556fda9316cd19389935b2e55f3461a38687 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











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

extern UINT8 *thedeep_vram_0, *thedeep_vram_1;
extern UINT8 *thedeep_scroll, *thedeep_scroll2;

WRITE8_HANDLER( thedeep_vram_0_w );
WRITE8_HANDLER( thedeep_vram_1_w );

PALETTE_INIT( thedeep );
VIDEO_START( thedeep );
VIDEO_UPDATE( thedeep );