// license:BSD-3-Clause // copyright-holders:Olivier Galibert #include "emu.h" #include "lpc.h" lpc_device::lpc_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, uint32_t clock, const char *shortname, const char *source) : device_t(mconfig, type, name, tag, owner, clock, shortname, source) { }