summaryrefslogblamecommitdiffstatshomepage
path: root/src/devices/machine/lc89510.h
blob: b3c9472d13cd3dca809b1cd3caa48f4c776d908a (plain) (tree)
1
2
3
4
5
6
7
8
9

                                  





                                      
                                                                                                      



          

                                             



                                 
// license:BSD-3-Clause
// copyright-holders:David Haywood



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



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


extern const device_type LC89510;