summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/xybots.h
blob: 1775d66dfd5d52278b88b791452d4452510cc056 (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 Xybots hardware

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

#include "machine/atarigen.h"

class xybots_state : public atarigen_state
{
public:
	xybots_state(const machine_config &mconfig, device_type type, const char *tag)
		: atarigen_state(mconfig, type, tag) { }

	UINT16			m_h256;
};


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

VIDEO_START( xybots );
SCREEN_UPDATE( xybots );