summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/lc89510.h
blob: 0053dcde2a7ca9d6b55fe5ba380e6160d302a806 (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
// license:???
// copyright-holders:???



class lc89510_device : public device_t
{
public:
	lc89510_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);



protected:
	virtual void device_start();
	virtual void device_reset();

private:


};


extern const device_type LC89510;