blob: ee59faa61ef935346ac94e19aaa83c084d514738 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
// license:???
// copyright-holders:???
#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)
{
}
|