summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/shuuz.h
blob: 2245a84072e8695210e6836d7ef4b16d4e3eb643 (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 Shuuz hardware

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

#include "machine/atarigen.h"

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

	int m_cur[2];
};


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

VIDEO_START( shuuz );
SCREEN_UPDATE( shuuz );