summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gcpinbal.h
blob: 53788699cc06fea3b4d87223ff8ba021f42e52cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/*----------- defined in video/gcpinbal.c -----------*/

VIDEO_START( gcpinbal );
VIDEO_UPDATE( gcpinbal );

READ16_HANDLER ( gcpinbal_tilemaps_word_r );
WRITE16_HANDLER( gcpinbal_tilemaps_word_w );

extern UINT16 *gcpinbal_tilemapram;
extern UINT16 *gcpinbal_ioc_ram;