summaryrefslogblamecommitdiffstatshomepage
path: root/src/devices/machine/lpc.cpp
blob: afb51435f236e1f5a30cc1109e2ab1c3a8e95529 (plain) (tree)
1
2
3
4
5
6
7
8

                                     

                
                                                                                                                                                                                      


                                                                           
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
#include "lpc.h"

lpc_device::lpc_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source) :
	device_t(mconfig, type, name, tag, owner, clock, shortname, source)
{
}