summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/awpvid.h
blob: 89f45c55f27ea2b4278377738ed44614b43c0554 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// license:BSD-3-Clause
// copyright-holders:James Wallace
/*************************************************************************************

    AWP Hardware video simulation system

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

#include "machine/steppers.h"

void awp_draw_reel(running_machine &machine, const char* reeltag, stepper_device &reel);

#endif