summaryrefslogblamecommitdiffstatshomepage
path: root/src/mame/includes/sms_bootleg.h
blob: 808838ec35c2cedfad3fc069c2414e15eeedc636 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                                                  
#include "sms.h"

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

	DECLARE_DRIVER_INIT(sms_supergame);
	DECLARE_WRITE8_MEMBER(port08_w);
	DECLARE_WRITE8_MEMBER(port18_w);

};