summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/lpc.c
blob: 7921542adf11d07f2401620ec6973b1149815d92 (plain) (blame)
1
2
3
4
5
6
7
#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)
{
}