summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wpc_flip1.h
blob: dd53bb41d08fc5d168018c2c1ae201e99124139a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// license:BSD-3-Clause
// copyright-holders:Barry Rodewald
/*
 * wpc_flip1.h
 *
 */

#ifndef MAME_INCLUDES_WPC_FLIP1_H
#define MAME_INCLUDES_WPC_FLIP1_H

#include "includes/wpc_dot.h"

class wpc_flip1_state : public wpc_dot_state
{
public:
	wpc_flip1_state(const machine_config &mconfig, device_type type, const char *tag)
		: wpc_dot_state(mconfig, type, tag)
	{ }
public:
	void init_wpc_flip1();
	void wpc_flip1(machine_config &config);
	void wpc_flip1_map(address_map &map);
};

#endif // MAME_INCLUDES_WPC_FLIP1_H