summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/lc89510.h
blob: 7d735a6c818ad68a5535c5604ba0e8272c836895 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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;