summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/awpvid.h
blob: 795c80bd64e4a910f81c7c74c6d6a6f510d6044a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*************************************************************************************

    AWP Hardware video simulation system

*************************************************************************************/
#ifndef AWP_VIDEO
#define AWP_VIDEO

extern const char layout_awpvid14[];	/* main layout positioning 6 reels, a lamp matrix and a 14seg VFD */
extern const char layout_awpvid16[];	/* main layout positioning 6 reels, a lamp matrix and a 16seg VFD */
void awp_draw_reel(int rno);

void awp_reel_setup(void);

#endif